|
|
|
|
|
by anvaka
4297 days ago
|
|
Thank you :)! 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 |
|