Hacker News new | ask | show | jobs
by notnmeyer 892 days ago
i don’t know how you fix this for js, but in general i think well designed and robust standard libraries are a great place to start.

the community shouldn’t need to write a bunch of tiny utility packages to do common things.

in other words, make it easier to avoid the deeply nested dependency mess that js encourages.

1 comments

This problem is a symptom of "move fast, break things" mentality that pervades the JS (and, more broadly, the web) ecosystem. The result is an ecosystem that is specifically optimized for moving fast and breaking things - which is a lot easier when the stable core is tiny.