Hacker News new | ask | show | jobs
by grandinj 1777 days ago
I guess people's experiences are different :-)

I find exceptions to be a perfectly fine error handling mechanism.

I certainly prefer it to cluttering my code with explicit checks for return codes and such like.

1 comments

returning errors doesn't have to have cluttered code. Just because Go messed it up doesn't mean it's bad.