|
|
|
|
|
by zozbot234
948 days ago
|
|
> easy to learn, ... easy to read and maintain, These things are quite subjective. In practice though, Go lacks the kinds of features that would make very large scale codebases (the sorts of codebases where "many coders ... work on the same thing") truly surveyable, understandable and easily maintained. I mean, it's not a complete disaster like Python or JavaScript. It has some features to support modularity and programming "in the large". But other modern languages like Rust or even Swift are quite a bit better on that side of things, and it shows. |
|
In practice though, there is a reason why Go is seeing continuous growth in usage, so I kinda doubt that these features of Go are subjective.
> But other modern languages like Rust or even Swift are quite a bit better on that side of things, and it shows.
In what metrics does that "show" if I may ask? Because it isn't showing in usage numbers across projects.