Remix.run Logo
LunaSea 6 days ago

Go would be much worse than Node.js in most cases since dependencies directly reference GitHub projects which could have been deleted whereas NPM has a cache and immutability guarantee which makes old NPM modules available and unchanged.

thiht 3 days ago | parent | next [-]

You rely way less on dependencies when writing Go code though. That’s in big parts why it doesn’t break nearly as much (or at all).

pipe01 3 days ago | parent | prev [-]

Go also has the goproxy