|
|
|
|
|
by sebastianz
1013 days ago
|
|
We are discussing lodash here. It's a javascript library with utility functions. The link we are discussing states they have just deleted 400 bugs declaring "bankruptcy". If you, like many people using lodash are using 10 util functions from it to iterate arrays or split strings, I'm sure you're better off just maintaining your own functions. And I say this as a user of prototype.js, another utility library, 18 years old, in a very old project. That lib is dead and unmaintained, and it's going to cost me a long time to remove. So now I've inherited all their bugs and code, and it's mine, just like if you use the old lodash, the "bankruptcy" bugs are now yours. |
|