logoalt Hacker News

righthandlast Tuesday at 4:53 PM1 replyview on HN

Hopefully this is the final nail in the coffin for all the “but I have to handle my errors” whining.


Replies

aystaticlast Tuesday at 5:01 PM

I don't know that there's whining about "having to handle errors" in principle, it's pretty clearly a complaint with the syntax and semantics of doing so

Some languages even make omitting error handling impossible! (e.g. Result sum types). None have anywhere near the amount of "whining" Go seems to attract