Hacker News new | ask | show | jobs
by jvanderbot 675 days ago
Micro libraries are ok - TFA even says you can use self-contained blocks as direct source.

Mirco dependencies are a god damn nuisance, especially with all the transitive micro-dependencies that come along, often with different versions, alternative implementations, etc.

1 comments

If you're writing micro libraries, without intending to reuse them, why are you making it a library?