Free cookie consent management tool by TermsFeed Policy Generator

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


Ignore:
Timestamp:
01/16/12 10:01:45 (13 years ago)
Author:
abeham
Comment:

added points from swagner

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/DevelopmentCenter/ReviewGuidelines

    v1 v2  
    3030 * Is the code understandable or is there an appropriate comment?
    3131 * 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)?
    3235 * 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
    3539
    3640== Documentation ==