Name: Anonymous 2010-05-10 15:26
I heard that writing variable names in upper case is bad. Is there a real motivation or is just a convention?
int LeftArm, and indeed looks retarded. Traditionally (i.e. in C and every C-like after it), BactrianCase is used for enumerations, ALLCAPS and ALL_CAPS for macro definitions, and either dromedaryCase or underscores_as_spaces for general variables.underscores_as_spaces.