top | item 45280437

(no title)

rapidlua | 5 months 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.

discuss

order

scrubs|5 months ago

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