Changes between Version 2 and Version 3 of Documentation/DevelopmentCenter/ReviewGuidelines
- Timestamp:
- 01/16/12 17:56:39 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/DevelopmentCenter/ReviewGuidelines
v2 v3 19 19 * Are there additional interesting features (maybe for later)? 20 20 21 * If it is a storable item, can it be correctly saved and loaded? 21 22 * Are/should unit tests be included? 22 23 * Is the impact of the change appropriate? … … 25 26 26 27 == 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? 28 29 * Are suitable class, property and parameter names used? 29 30