Wrongly Positioning a ‘Return’ Statement Inside An Inner ‘Finally’ Block Can Be Lethal

This is a quick post on a “simple” thing which took me like like 40mins (too long) to figure out why. All the issue was revolving between how I was using Try-Catch with Finally and a return statement. Let’s consider this block of code: NOTE: The code indentation is not rendering great below, so I have… Read more Wrongly Positioning a ‘Return’ Statement Inside An Inner ‘Finally’ Block Can Be Lethal