1
edit
Changes
Hadouken
,→Coding Rules
*:
== Coding Rules ==
* Curly brackets for code blocks start after the condition and end on an empty line.
if(condition){ // Comment on what it does
code
code
} // state the end of code block
* use 2 spaces to indent
* do not leave any empty lines, if necessary leave a comment on the newline to separate content
== Meetings ==
* latest will be on top