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: