|
|
|
|
|
by palata
873 days ago
|
|
> If Linux dependency management worked well, there would be no need or appetite for docker. I kindly disagree here. Linux dependency management does work well. The problem is the bad libraries that don't do semver properly, and the users who still decide to use bad libraries. If people stopped using libraries that break ABI compatibility, then the authors of those libraries would have to do it properly, and it would work. The reason it doesn't work is really just malpractice. |
|
You can call it malpractice but it's not going to stop so in practice you need a way to deal with it.