Changes

Jump to: navigation, search

OOP344 20131 - Team A

201 bytes added, 19:32, 12 February 2013
Cleaned up Style - Benjamin
*Indentation
**TAB key set 2 and spaceis defined as two spaces. 
*Blocks
**functionLeft parenthesis is on the declaration line***type funct(....) {}
*Variable Naming
** Camel Case with first word lowercase, subsequent words will have letter lower case.*** functions*** primitives*** namespaces*** class attributes (with leading underscore)** Camel Case with first letter capitalizedupper case.*** class and struct declarations*** objects

Navigation menu