Changes between Version 49 and Version 50 of DeveloperGuidelines/Quality
- Timestamp:
- 12/30/13 10:50:37 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Quality
v49 v50 120 120 ==== Scalable ==== 121 121 122 * The solution can handle/adapt to varying problem sizes (amount of data, frequency of events) without failure, inconsistent behavior or significant loss of performance 122 * The solution can handle/adapt to varying problem sizes (e.g. amount of data, frequency of events) without failure, inconsistent behavior or significant loss of performance 123 124 * The solution can utilize hardware/infrastructure enhancements to adapt to varying problem sizes without significant loss of performance 123 125 124 126 * The solution can be applied in any number of concurrent instances (given the appropriate hardware and infrastructure) without failure, inconsistent behavior or significant loss of performance