LR
Member since Apr 21, 2017
- Profile: /members/13497-lr.htm
- Comments: 1
Recent Blog Comments By LR
-
As A Node.js Novice, I Don't Understand Why Uncaught Exceptions Are So Dangerous
Posted on Apr 21, 2017 at 3:48 PM
It's not just about application state, but about async execution. Exceptions are failures built in a way programmers can manage. Truly fatal errors can be removed from developer control via language design, e.g. stack overflows, segfaults, etc. In NodeJS, so much of the typical program design is in ... read more »