From 76f7ccb1d321fb5aabed1a7f060e6aa5bf26c840 Mon Sep 17 00:00:00 2001 From: Crista Lopes Date: Sat, 30 Nov 2013 16:50:25 -0800 Subject: [PATCH] Better wording for constraints --- 23-passive-aggressive/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/23-passive-aggressive/README.md b/23-passive-aggressive/README.md index 7826b60..ddd60e6 100644 --- a/23-passive-aggressive/README.md +++ b/23-passive-aggressive/README.md @@ -3,11 +3,12 @@ Style #23 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 -- 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: