this post was submitted on 17 Jun 2023
36 points (100.0% liked)

Programmer Humor

856 readers
2 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 

Brilliant exception handling I found in an app i had to work on

you are viewing a single comment's thread
view the rest of the comments
[–] CriticalSilence@feddit.de 1 points 2 years ago* (last edited 2 years ago)

Looks like there was a Console.WriteLine(ex) previously. When removed, the thought "Yeah, exception handling is important" came up. So yes, this could be mine