Changes between Version 1 and Version 2 of Documentation/DevelopmentCenter/ReviewGuidelines
- Timestamp:
- 01/16/12 10:01:45 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/DevelopmentCenter/ReviewGuidelines
v1 v2 30 30 * Is the code understandable or is there an appropriate comment? 31 31 * Is backwards compatibility maintained? 32 * Is the code written according to already used concepts? 33 * Are existing components reused and/or is the code written in a way that it can be easily reused by other components? 34 * Were common pitfalls avoided (missing event handler registration in !AfterDeserializationHook, missing members in cloning constructor)? 32 35 * Do the common unit tests pass? 33 * Is the code written according to already used concepts? 34 * Were common pitfalls avoided (missing event handler registration in !AfterDeserializationHook, missing members in cloning constructor)? 36 * Are the classes well designed? 37 * Are the code files well structured? 38 35 39 36 40 == Documentation ==