Hacker News new | ask | show | jobs
by QuadrupleA 434 days ago
I personally don't think this "use a dependency for every little thing" npm development style is good for software quality, performance, maintainability, etc. The complaints I see about Python in this regard seem to be coming from that mindset.

Using the included batteries, and just adding a small number of well vetted extras had worked great in my experience.