EmergentOrganization / cell-rpg

:black_square_button: connect to a universe where cellular automata have run rampant
http://emergentorganization.github.io/bridge/
Other
12 stars 1 forks source link

Code Conventions #116

Open orelb opened 6 years ago

orelb commented 6 years ago

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.

7yl4r commented 6 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?