Hacker News new | ask | show | jobs
by hyperhopper 216 days ago
Search any Go codebase for err != nil, for starters.
1 comments

Well, sure, but this is a problem nearly as old as Go itself. I thought they were referring to larger more recent things, like how generics work, or something to that effect.
> is a problem nearly as old as Go itself

It's as old as C. C and Go are the only two significant languages which end up constantly checking for errors like this.