|
|
|
|
|
by pebers
2859 days ago
|
|
It isn't necessarily a bad idea to start with a minimal design and add features later once the implementation is more mature. Even if Go never gets generics, it's still a good solution for a number of problem domains (for example, it seems to have found something of a niche for infrastructure; Kubernetes, Prometheus, juju, etc.) |
|
And no, I don't see code generation as a good thing. It's fragile and difficult to safely upgrade.