this post was submitted on 17 Nov 2025
56 points (96.7% liked)
Opensource
4354 readers
235 users here now
A community for discussion about open source software! Ask questions, share knowledge, share news, or post interesting stuff related to it!
⠀
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I am not much of a Javascript developer; I write mostly Python. And python is famously very much "batteries included", so these "small" libraries are part of the standard library. I never look at the details unless something has gone quite wrong. I suspect very few people use such libraries as learning opportunities in JS either; they just add it to
packages.jsonand never look back. So I don't think the loss the author talks about is that big a deal.If people genuinely take this approach though I think you miss out on collective problem solving. A dependency is a risk, yes, but it's also an opportunity for other people to have found the bugs that you no longer have to suffer.
does a bug exist if nobody has found it