Hacker News new | ask | show | jobs
by runlevel1 1226 days ago
If your language lacks a de facto way to install dependencies, people will commit vendored code. See: C, C++.

If your language's package manager puts your deps within the repo directory by default, people will commit the vendored code. See: Node, Go (since go.mod).

As long as we can all agree that committing compiled code is a crime punishable by 24 hours in the shame cube.