Open main menu
CDOT Wiki
β
Search
Changes
← Older edit
Newer edit →
Hadouken
4 bytes added
,
23:13, 7 November 2012
→
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
Kajanthan Tharmabalan
1
edit