▲ | pmarreck 4 days ago | ||||||||||||||||||||||||||||
There already is a (partial) solution to dependency hell: Nix. It will at least massively help prevent things from breaking unexpectedly. It won't prevent you from having to cascade a necessary upgrade (such as a security fix) across the entire project until resolution/new equilibrium is achieved. My solution to the latter is simply to try to depend on as few things as possible. But eventually, the cancer will overtake the project if it keeps growing. Source: Have worked on a million-LOC Ruby app | |||||||||||||||||||||||||||||
▲ | gingerBill 4 days ago | parent [-] | ||||||||||||||||||||||||||||
Nix isn't a solution to the problem of package managers. It just a better way to package management system, which thus makes it easier to go to dependency hell. So I'd argue it puts fuel on the flames. The solution is just to depend on less and manage them manually. | |||||||||||||||||||||||||||||
|