|
|
|
|
|
by deeptote
1416 days ago
|
|
This is the main reason that I use Go as my main language, and why many orgs are starting to adopt it: it's easy to read and jump into. I would argue, however, that it's very easy to create antipatterns and just general spaghetti code with Go. A language that's easy to be productive with != one that's also easy to maintain. Design and philosophy becomes very important with large codebases in the language. source: consultant, seen some truly heinous Go monoliths. |
|
It's only my gut feeling, but does that match your experience ?