(Transitive) Dependency Hell Pt2: How it could have been avoided
In the last blog post, I went over an issue where multiple logging systems built into the dependencies caused issues in the main application. All of this could have been resolved by delaying the decision on what logging implementation should be used.
[Read More]