|
|
|
|
|
by spion
2541 days ago
|
|
I never understood why this is necessary. Using promises means you get to use try-with-resources style construct for handling non-memory resources safely. As such you no longer need to crash on uncaught errors, except errors pertaining to resource disposal. |
|
probably didn't have to be designed this way, but it was designed pre-promises and I guess they are lothe to change it.