Earlier quoted context omitted.
Large C codebases _have_ to be exceptionally nice, or they immediately collapse under their own weight. As a dev team, the language teaches you this the hard way. I've never seen a terrible huge C codebase (but have seen many in other languages).
> I've never seen a terrible huge C codebase I have 100% confidence they exist. They just don't get uploaded to Github out of shame or embarrasment.
You can definitely see many famous projects on GitHub, where even though the code is logical, you can't help feel it's a bit all over the place.
cpython isn't all sun and roses.
A broad generalization, but with C and C++ I'd say the standards for "good code" have dramatically risen in the last 10 years.
Variable names seem to have doubled in size.