Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 2 and Version 3 of Documentation/DevelopmentCenter/ReviewGuidelines


Ignore:
Timestamp:
01/16/12 17:56:39 (12 years ago)
Author:
swagner
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/DevelopmentCenter/ReviewGuidelines

    v2 v3  
    1919 * Are there additional interesting features (maybe for later)?
    2020 
     21 * If it is a storable item, can it be correctly saved and loaded?
    2122 * Are/should unit tests be included?
    2223 * Is the impact of the change appropriate?
     
    2526
    2627== Code ==
    27  * Does the code follow the DevelopersGuidelines (style, naming conventions, etc.)?
     28 * Does the code follow the DevelopersGuidelines (style, naming conventions, etc.) and the DevelopersBestPractices?
    2829 * Are suitable class, property and parameter names used?
    2930