Changes between Version 4 and Version 5 of PLATFORM_STANDARDS_ANALYSIS


Ignore:
Timestamp:
10/13/08 18:05:40 (17 years ago)
Author:
deyan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PLATFORM_STANDARDS_ANALYSIS

    v4 v5  
    2020)}} 
    2121 
    22  * Bug Fix -  
     22 * Bug Fix - 
     23 
    2324{{{ 
    2425Design 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.