Comment by SAI_Peregrinus
3 months ago
Sometimes it's not someone else's module, it's their own. They break up the big library into reusable components, and publish them all separately. Essentially taking DRY to an extreme: don't have private functions, make all your implementation details part of the public API & reuse them across projects.
No comments yet
Contribute on Hacker News ↗