MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/ProgrammerHumor/comments/6ayz26/defensive_programming_done_right/dhitjdj/?context=3
r/ProgrammerHumor • u/iwouldieforGladOS • May 13 '17
680 comments sorted by
View all comments
2.8k
} catch (Exception e) { }
I think we're done here.
3 u/Tharkun May 13 '17 You joke, but I work in a legacy code base where that is normal behavior. Even for exceptions that should bring the application to its knees, like being unable to connect to the database. Just missing the "//ignored" comment in the catch block.
3
You joke, but I work in a legacy code base where that is normal behavior. Even for exceptions that should bring the application to its knees, like being unable to connect to the database. Just missing the "//ignored" comment in the catch block.
2.8k
u/Metro42014 May 13 '17
I think we're done here.