-
Why Your Try-Catch Block Could Ruin your 3AM—And How to Prevent It!
Subtitle: “Consider adding debug logging statements to your coding practices.” As a developer, let me rant for a minute about exceptions and your peace of mind. Specifically, the incredibly vital, yet often overlooked, need for appropriate logging within a try-catch block—especially when you’re handling “normal” behavior like a missing file. A quick aside, don’t use…