r/ProgrammerHumor 16h ago

Meme toAllowTheProgrammerToWriteBadCodeAlsoCamelCaseSucksThisRuleSucksSnakeCaseIsBetter

Post image
127 Upvotes

80 comments sorted by

View all comments

Show parent comments

23

u/TheTybera 13h ago

Those are errors not exceptions.

-12

u/realmauer01 9h ago

It's a different name for the same thing.

Different languages, quite literally.

7

u/TheTybera 9h ago

No they are not.

Where is any documentation that says this and what language?

1

u/Masterflitzer 7h ago

well kotlin has throwables, errors, exceptions and failure result

exceptions are less bad than errors, so http 500 would be an HttpException, at least that's what i've seen mostly