17 lines
313 B
Markdown
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
|
|
|