|
|
|
|
|
by sarchertech
1565 days ago
|
|
Yes there’s that as well. But I have seen plenty of the type of code bases you’re praising that were a nightmare to maintain and debug. Everything is a trade off. Most developers probably shouldn’t write their own database engine. But at the same time adding another dependency to handle padding a number with zeroes is overkill. In practice after 2 decades doing this, I’m much more likely to run into an over reliance on libraries these days than the other way around. |
|
Yarn's zero install and the like could probably have stopped that from ever being an issue. Many lodash/underscore/whatever utilities have that feature, and with dead code removal I don't know why people still use micro libraries.
There's of course malware concerns, but that's why you don't use things that aren't popular with a million eyes on them unless you want to check it yourself.