Hacker News new | ask | show | jobs
by modarts 4369 days ago
"Small number of dependencies" being the operative phrase.

Try managing a complex single page app with deep dependency graphs and each node in that graph versioning up independently. Not sure how your approach would scale there.

1 comments

I've never worked on an app that required more than ~4 javascript dependencies, and the depth of the dependency graph has never been more than 2.