Richard Remer
Member since Aug 15, 2017
- Profile: /members/13606-richard-remer.htm
- Comments: 1
Recent Blog Comments By Richard Remer
-
As A Node.js Novice, I Don't Understand Why Uncaught Exceptions Are So Dangerous
Posted on Aug 15, 2017 at 7:36 PM
@Ben, My understanding is that you should only continue if you can guarantee from the calling context that no resources are being left unreleased. If the calling context is synchronous, you can tell what the context is from the stack trace. With async calls, you lose the context of the caller. S... read more »