1
edit
Changes
→PROJECT STYLE
*Indentations are to be in spaces of 4
*blocks Blocks are to be coded as follows:
** the beginning bracket must go with the statement
** the ending bracket is standalone
*Variables and class names are to be in camel case. Variable names should beign with a lowercase letter and class names should begin with an uppercase letter.
Examplefor code blocks style:
<big><pre>
if(data){
</pre></big>
== RESOURCES ==