6 ms·
A agree with this sentiment from my professional experience writing Go. This article has some nice specific examples of "Simple" APIs that push the complexity
by samprotas 6y ago
A agree with this sentiment from my professional experience writing Go.
This article has some nice specific examples of "Simple" APIs that push the complexity onto the programmer.
https://fasterthanli.me/blog/2020/i-want-off-mr-golangs-wild-ride/ https://fasterthanli.me/blog/2020/i-want-off-mr-golangs-wild...
Another common example I've seen cited is the need for Go code generation tools in the community (lack of generics pushing the complexity to external tools).