I've always argued that the only easier way to test your code than using Visual Studio Test is to not test at all. But that doesn't mean that I think Visual Studio Test is perfect. For example, the ...
I often come across heated blog posts where the author uses the argument: “exceptions vs explicit error checking” to advocate his/her preferred language over some ...
If you’ve ever wanted to understand how failure is represented in source code, you’ve come to the right place. In addition to an overview of Java exceptions, this article gets you started with Java’s ...
There are extreme errors that make it impossible for an application to continue in any meaningful way. For example failure to load a crucial library. Then there are expected errors which the ...