1
edit
Changes
Style Guide for iCODE
= iCODE Team Page =
----------------------------------------------------------------------------------------------------
team name: iCODE
number of team members: 4
------------
==Style==
*Indentations are to be in spaces of 4
*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.