Maciej Stachowski

CS student and .NET programmer extraordinaire, currently starting out in the corporate world.

Nov 2014

Exceptionally Secure

by in CodeSOD on

Error 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.