|
|
|
|
|
by web007
2627 days ago
|
|
I'm always surprised at how often developers freeze a set of versions and leave them for a lifetime. In my past three companies I have been the only one interested in pushing dependencies on a regular basis. I always start with a massive backlog, and end up having to incrementally update from the Stone Age to $today. Once that's set and tests pass it's easy to keep things up-to-date, you end up with single-digit changes every month instead of ~100 every year. Do it this way and save yourself the pain of zillions of updates when you HAVE to bump a package for a CVE. |
|
https://martinfowler.com/bliki/FrequencyReducesDifficulty.ht...