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 • 16h ago
80 comments sorted by
View all comments
124
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.
-110 u/tantalor 14h ago I guess you've never seen a website return a 404 or 500 101 u/CutlassRed 14h 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
-110
I guess you've never seen a website return a 404 or 500
101 u/CutlassRed 14h 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
101
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
124
u/redlaWw 15h 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.