From cbfb524dd9e02beddb7c4734616ee708f24f4012 Mon Sep 17 00:00:00 2001 From: Crista Lopes Date: Sat, 30 Nov 2013 11:03:52 -0800 Subject: [PATCH] Better words for constraints of passive aggressive style --- 23-passive-aggressive/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/23-passive-aggressive/README.md b/23-passive-aggressive/README.md index d416a3b..7826b60 100644 --- a/23-passive-aggressive/README.md +++ b/23-passive-aggressive/README.md @@ -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: