Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 9 and Version 10 of Documentation/DevelopmentCenter/DeveloperGuidelines


Ignore:
Timestamp:
12/14/09 01:56:18 (14 years ago)
Author:
swagner
Comment:

Removed my* naming of variables

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/DevelopmentCenter/DeveloperGuidelines

    v9 v10  
    4949 * casing
    5050   * classes, interfaces, properties, and methods start with an uppercase letter (e.g. `Sheep`, `Weight`, `LookABitSilly`)
    51    * fields, method parameters, and local variables start with a lowercase letter (e.g. `myWeight`, `weight`, `i`)
     51   * fields, method parameters, and local variables start with a lowercase letter (e.g. `sheep`, `weight`, `i`)
    5252 * names
    5353   * interfaces start with an `I` (e.g. `IItem`, `IOperator`)