|
|
|
|
|
by sagichmal
3234 days ago
|
|
The error handling idiom in Go is one of its strongest properties. Forcing developers to accommodate the error path inline and at each callsite makes code resilient and robust. It would stand to benefit from a Maybe feature, but even as-is it's a huge net positive versus e.g. exceptions. People who complain about it don't grok the Go ethos. That's fine, it's not for everyone. |
|