Hacker News new | ask | show | jobs
by mbreese 14 days ago
Let’s not ignore that dependencies are far more common in JS than any of those other languages. My Go or Python projects generally only include a handful of external packages. Node projects on the other hand…
1 comments

My requirements.txt does tend to be shorter than package.json, but not by a massive amount.