1
edit
Changes
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