Files
exercises-in-programming-style/23-passive-aggressive/README.md
2013-11-28 21:11:05 -08:00

17 lines
313 B
Markdown

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