|
|
|
|
|
by overgard
3737 days ago
|
|
> 1) JS is unique in that it is delivered over the wire, so there is a benefit in having micro-modules instead of a bigger "string helpers" module. Things like webpack are changing that now (you can require lodash, and use only lodash.padStart). JS isn't even remotely unique in this regard, almost every static language has had dead code removal for decades. |
|