|
|
|
|
|
by stevelaz
4297 days ago
|
|
This is great idea! :-) Am I the only one that looks at some of these graphs and thinks OMG THE BLOAT! and runs in the opposite direction? These days with a lot of app dev the deps go deep and a tool like this draws a very informative picture. |
|
I used to be worried by amount of dependencies too, when I was transitioning from .NET stack to js. Until I realized that each module is usually very small, doing only one thing, and most of the time doing it well.
Now I'm thinking of them in terms of code reuse. Code reuse is good