Changes between Version 4 and Version 5 of PLATFORM_STANDARDS_ANALYSIS
- Timestamp:
- 10/13/08 18:05:40 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PLATFORM_STANDARDS_ANALYSIS
v4 v5 20 20 )}} 21 21 22 * Bug Fix - 22 * Bug Fix - 23 23 24 {{{ 24 25 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.