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

313 B

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