Open orelb opened 7 years ago
I don't see any old talk about this in the chat and I don't know of a popular java style guide that we can use as a starting point. The google java style guide looks pretty close to our existing codebase.
My one request would be regarding whitespace: tabs for indentation, spaces for alignment. The two-space indent in the google styleguide makes my brain sore. :dizzy_face:
Do you (or anyone else) have any suggestions?
It is really important that we define code conventions for the project.
Not only it will the code readable and pleasant, newcomers will have much better time reading through and understanding the code base. Also, pull requests will become much easier to CR through.