Changes between Version 10 and Version 11 of DeveloperGuidelines/Quality
- Timestamp:
- 12/29/13 16:25:01 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Quality
v10 v11 84 84 ==== Configurable ==== 85 85 86 * The feature setcan be easily and safely turned on and off without inadvertent side-effects86 * The solution can be easily and safely turned on and off without inadvertent side-effects 87 87 88 * The feature setapplies global configuration settings correctly and consistently88 * The solution applies global configuration settings correctly and consistently 89 89 90 * Processing parameters, behavior and/or appearance of the solution can be adapted to requirements variations using configuration patterns outside ofits core code90 * Processing parameters, behavior and/or appearance of the solution can be adapted to requirements variations using configuration patterns separate from its core code 91 91 ==== Robust ==== 92 92