Changes

Jump to: navigation, search

OOP344 20131 - iCODE

20 bytes added, 00:25, 15 February 2013
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 ==

Navigation menu