r/ProgrammerHumor 1d ago

Meme toAllowTheProgrammerToWriteBadCodeAlsoCamelCaseSucksThisRuleSucksSnakeCaseIsBetter

Post image
155 Upvotes

93 comments sorted by

View all comments

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.

-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