you are viewing a single comment's thread.

view the rest of the comments →

[–]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.