Hacker News new | ask | show | jobs
by astalwick 4158 days ago
We switched from underscore to lodash several months ago, and haven't regretted it. The fact that lodash follows semver is huge. Underscore has introduced serious breaking changes in minor point-releases more than once, which is completely unacceptable for a utility library.
1 comments

Semver isn't a requirement nor be-all-end-all, though.
It is, however, amazingly convenient and capable of saving a lot of time in bug fixes.
Isn't what's a "requirement" something that THEY get to decide for their code base?