Changes between Version 19 and Version 20 of PLATFORM_STANDARDS_DESIGN
- Timestamp:
- 01/26/09 12:02:58 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PLATFORM_STANDARDS_DESIGN
v19 v20 23 23 * Implementation methods, suggested algorithms, etc. 24 24 * UML diagrams 25 * Initial tests (or manual testing scenarios where applicable)25 * Initial tests/demos (or manual testing scenarios where applicable) 26 26 * Links to any resources used for the design (especially when researching something) 27 27 … … 76 76 * Clear and consistent structure that is easily readable. 77 77 78 Reviewers should either follow the standards in this document or comment them in the ''Comments'' section of this page. Scores are in the range 1-5. Here are the rules for scoring a design:78 Reviewers should either follow the standards in this document or comment them in the ''Comments'' section of this page. If you state a task does not comply with the standards, point to the requirements that are not met. Scores are in the range 1-5. Here are the rules for scoring a design: 79 79 * Score 1 (fail): The design is not structured according to the standards (or is to very little extent) and/or there are a lot of things missing. 80 80 * Score 2 (fail): The design is structured according to the standards in the most part but has some things that are missing (e.g. unit tests, diagrams), unclear or may mislead the implementer.