Better words for constraints of passive aggressive style

This commit is contained in:
Crista Lopes
2013-11-30 11:03:52 -08:00
parent 0b43231f64
commit cbfb524dd9

View File

@@ -3,11 +3,11 @@ Style #23
Constraints:
- Computation should not proceed if exceptions occur
- Program should not proceed if preconditions aren't met or if errors occur
- Core program functions have no exception handling, not even the main function
- The final result should show the exception, if it occurred
- The final result should show the failure, if one occurred
Possible names: