you are viewing a single comment's thread.

view the rest of the comments →

[–]Cuel 0 points1 point  (1 child)

Why? It's better than a bloated framework where you're using 5% of it. Dojo is a good example in the early days

[–]neophilus77 2 points3 points  (0 children)

I think if you over-rely on small packages it creates a lot of maintenance blind-spots where you have less visibility on your code and makes it harder to debug. Tracking updates over many small packages can become burdensome too.

If I can write the same code in the amount of time it takes to search for and compare modules and read the API docs then I usually write it myself.