5 ms·
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.
by rapidlua 1y 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.
- scrubs 1y agoGenerated 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