Changes between Version 2 and Version 3 of PLATFORM_STANDARDS_DESIGN
- Timestamp:
- 09/24/08 17:14:35 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PLATFORM_STANDARDS_DESIGN
v2 v3 4 4 * What type - code, diagrams, wiki pages, etc. 5 5 * Exact file format and location of the results. 6 Depending on task type design section should contain 6 7 * For code tasks: 7 8 * Required libraries 9 * Implementation methods, suggested algorithms, etc. 8 10 * UML diagrams (class diagrams) where needed 11 * For specification tasks 12 * Required auxiliary tools 13 * Exact text requirements - for example how the user should be reffered (you, You, the user, he, she, ..) 9 14 A good design doesn't leave any questions about implementation - when it's read, implementation should be trivial. Parts of the design may be pointed as implementation. 10 15 Use the design section [wiki:PageTemplates/TaskPageTemplate#Design] of the Task Page Template.