Changes between Version 11 and Version 12 of PLATFORM_STANDARDS_DESIGN


Ignore:
Timestamp:
09/25/08 17:02:23 (17 years ago)
Author:
peko
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PLATFORM_STANDARDS_DESIGN

    v11 v12  
    55  * Implementation methods, suggested algorithms, etc. 
    66  * UML diagrams (class diagrams) where needed 
    7   * Initial tests 
     7  * Initial tests (Test Driven Development, Research Tests etc.) 
    88 * Bug Fix - Design of bug fixes is similar to Coding tasks' design, but should also answer the questions  why does this bug appear, which part of the code is guilty for the wrong functionality (what was wrong with the code, why it was not suitable). Design also contains auto-tests that prove bug wouldn't be presented after implementation. These tasks should be designed by a developer. 
    99  * In which module did the bug appear