It is very important to figure out names and make naming exact and consistent
- use
logIn
,logOut
, andsignUp
, and their snake_case accordingly.- do no use
login
unless it is used as a name (but prefercredential
orprinciple
) - do not use
signin
orsignout
or other variations
- do no use
- use camelCase for acronyms, like
UserDao
andgraphQlSchema
, notUserDAO
orgraphQLSchema
Use IntelliJ and http://github.com/Madadata/java-code-styles