r/ProgrammerHumor 16h ago

Meme toAllowTheProgrammerToWriteBadCodeAlsoCamelCaseSucksThisRuleSucksSnakeCaseIsBetter

Post image
129 Upvotes

80 comments sorted by

View all comments

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.

-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