Exceptionally Secure
by in CodeSOD on 2014-11-12Error handling is not an easy task. Even the tiniest bit of code can fail in spectacular ways.
Luckily, modern programming languages tend to use at least some sort of exception model, which means that even if your program crashes, you’ll still be able to obtain more debugging information than a "Segmentation fault" or other generic error message would provide.