Changes between Version 9 and Version 10 of DeveloperGuidelines/Quality
- Timestamp:
- 12/29/13 16:24:20 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Quality
v9 v10 83 83 * The solution applies the application's global design and style guidelines 84 84 ==== Configurable ==== 85 86 * The feature set can be easily and safely turned on and off without inadvertent side-effects 87 88 * The feature set applies global configuration settings correctly and consistently 89 90 * Processing parameters, behavior and/or appearance of the solution can be adapted to requirements variations using configuration patterns outside of its core code 85 91 ==== Robust ==== 86 92