Added passive aggressive style

This commit is contained in:
Crista Lopes
2013-11-28 21:11:05 -08:00
parent c132cf862e
commit 86350f395c
2 changed files with 87 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
Style #23
==============================
Constraints:
- Computation should not proceed if exceptions occur
- Core program functions have no exception handling, not even the main function
- The final result should show the exception, if it occurred
Possible names:
- Passive aggressive
- Monadic Exceptions