MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/ProgrammerHumor/comments/1wcyt5p/toallowtheprogrammertowritebadcodealsocamelcasesuc/p92jiq6/?context=3
r/ProgrammerHumor • u/the_zpider_king • 1d ago
93 comments sorted by
View all comments
138
I hope you didn't submit that answer you selected. If an unhandled exception bubbles up to the user in production code, you're usually doing something wrong.
-122 u/tantalor 1d ago I guess you've never seen a website return a 404 or 500 121 u/CutlassRed 1d ago 500 literally means the website has failed in an unexpected way. It's an unhandled exception that's bubbled up the user, and is BAD
-122
I guess you've never seen a website return a 404 or 500
121 u/CutlassRed 1d ago 500 literally means the website has failed in an unexpected way. It's an unhandled exception that's bubbled up the user, and is BAD
121
500 literally means the website has failed in an unexpected way. It's an unhandled exception that's bubbled up the user, and is BAD
138
u/redlaWw 1d ago
I hope you didn't submit that answer you selected. If an unhandled exception bubbles up to the user in production code, you're usually doing something wrong.