Browse Source

Be more clear on code style

master
Anthony Restaino 9 years ago
parent
commit
d3867d29bd
  1. 5
      README.md

5
README.md

@ -55,8 +55,9 @@
* If you want a feature and can code, feel free to fork and add the change yourself and make a pull request * If you want a feature and can code, feel free to fork and add the change yourself and make a pull request
* PLEASE use the ````dev```` branch when contributing as the ````master```` branch is supposed to be for stable builds. I will not reject your pull request if you make it on master, but it will annoy me and make my life harder. * PLEASE use the ````dev```` branch when contributing as the ````master```` branch is supposed to be for stable builds. I will not reject your pull request if you make it on master, but it will annoy me and make my life harder.
* Code Style * Code Style
* Standard Java camel case * Hungarian Notation
* Member variables are preceded with an 'm' * Prefix member variables with 'm'
* Prefix static member variables with 's'
* Use 4 spaces instead of a tab (\t) * Use 4 spaces instead of a tab (\t)
####Setting Up the Project ####Setting Up the Project

Loading…
Cancel
Save