Changes between Version 12 and Version 13 of Developer/Coding/NamingRules


Ignore:
Timestamp:
11/22/14 04:53:11 (9 years ago)
Author:
Chris Johns
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Developer/Coding/NamingRules

    v12 v13  
    88 *  Use descriptive language.
    99 *  File names should be lower-case alphabet letters only, plus the extension. Avoid symbols in file names.
    10  *  Prefer to use underscores to separate words, rather than camelCase or TitleCase.
     10 *  Prefer to use underscores to separate words, rather than CamelCase or !TitleCase.
    1111 *  Local-scope variable names are all lower case with underscores between words.
    1212 *  CPP macros are all capital letters with underscores between words.