Exception Handling: A Best Practice Guide

Source – dzone.com In my current project, really good software was designed by experienced architects, but even this software lacks in exception handling. Doing good exception handling is not easy; with this post, I want to shine a little bit of light on the deep and mostly misunderstood area of exception handling. User Experience of an Exception At first, we have to think about what an exception is. An exception occurs when a function cannot do what it was designed to

Read more