|
|
|
|
|
by quickthrower2
1474 days ago
|
|
It is a fine balance. Good luck doing that in JS which has zero
standard library on the browser. C#, for example is in better shape and you can do a lot before you reach for nuget for
anything outside of Microsoft. I prefer to not import tiny libraries but adopt the code into the codebase. |
|
The article is saying something more like vendor your dependencies (and cut out the stuff you don't use within dependencies).
> I prefer to not import tiny libraries but adopt the code into the codebase.
Yep that's what the article is saying.