1
edit
Changes
→Coding Style and Standards
Multiple word Function/Method names:--- Start with lower case and then following words start with upper case. eg: char getData();
Verticle spacing: ---Single spaces between assignments (= +=...) double otherwise
Comments:--- Comments go above or at end of line. End of functions and controll structures must be commented
Class Variables:---Begin with _
</syntaxhighlight></big>