Better wording for constraints

This commit is contained in:
Crista Lopes
2013-11-30 16:50:25 -08:00
parent 844dd21de2
commit 76f7ccb1d3

View File

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