|
|
|
|
|
by matheusmoreira
944 days ago
|
|
It prevents crashes, allows graceful recovery by resetting the game state and is certainly the most creative use of exception handlers that I've ever seen. It is almost 2024 and there's production software out there with "catch all and do nothing" exception handlers. Software that assumes memory allocation never fails. |
|