9 ms·
Search any Go codebase for err != nil, for starters.
by hyperhopper 10mo ago
Search any Go codebase for err != nil, for starters.
- olivia-banks 10mo agoWell, 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.
- galvatron9k 10mo ago> 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.