Be more clear on code style
This commit is contained in:
parent
c04cff510b
commit
d3867d29bd
@ -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
|
||||
* 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
|
||||
* Standard Java camel case
|
||||
* Member variables are preceded with an 'm'
|
||||
* Hungarian Notation
|
||||
* Prefix member variables with 'm'
|
||||
* Prefix static member variables with 's'
|
||||
* Use 4 spaces instead of a tab (\t)
|
||||
|
||||
####Setting Up the Project
|
||||
|
Loading…
Reference in New Issue
Block a user