Hacker News new | ask | show | jobs
by FrancoisBosun 1431 days ago
When the dependency is deprecated, I have to stop what I'm doing and replace the dependency. If the dependency has a show-stopper bug, I either have to wait, vendor the dependency, or rewrite. That's what the original article advocates for: be careful what you import. leftpad, probably write it yourself. React, OK to use, but maybe vendor.
1 comments

Yeah, dependencies makes you dependent :D