Earlier quoted context omitted.
That feels about right, but missing the most important measure, IMO, which is it takes 10-100x less time to read and understand a new codebase.
I spent years as a consultant reading codebases in different languages. I can tell you that Golang win hands down for clarity of code and structure of projects (and perhaps second after Rust in terms of security. If only it had options ...) So yeah, it's actually quite fast to dig in a Golang codebase. You notice that as a normal user when you find it faster to read the standard library vs reading the doc, or when yo…
It really is. My code looks like your code and the next person's code. Go is opinionated and strict and that makes reading other people's code so much easier