Revision 6 as of 2014-02-26 17:13:20

Clear message

Files

Definitions

* Do not "cl" prefix needed for class or variable declarations.

* Classes should be defined using bumpy case, with a leading Capitalization.

* Prefer enums over #defines

* Constants should be all caps with underscores

* Do not use "using namespace xxxx;" inside a header file.