Remix.run Logo
rapidlua 4 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.

scrubs 4 days ago | parent [-]

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