Hacker News new | ask | show | jobs
by rapidlua 270 days ago
Go build is fundamentally better? How so? Go build is so light on features that adding generated files to source control is a norm in go land.
1 comments

Generated files are noise.

Newer languages builds have built in version resolution to resolve dependencies together with smarter ways to reference dependencies without #include.

And that's better