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
loginunless it is used as a name (but prefercredentialorprinciple) - do not use
signinorsignoutor other variations
- do no use
- use camelCase for acronyms, like
UserDaoandgraphQlSchema, notUserDAOorgraphQLSchema
Use IntelliJ and http://github.com/Madadata/java-code-styles