Handling exceptions exceptionally
While reviewing code I often find developers handling exceptions incorrectly or not in the way it was meant to be handled for that given situation. It may seem obvious to a developer that if a piece of code throws a checked exception then a try…catch block is the easy…