Changes

Jump to: navigation, search

Hadouken

296 bytes added, 15:03, 1 November 2012
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

Navigation menu