this post was submitted on 24 Oct 2023
10 points (100.0% liked)
No Stupid Questions (Developer Edition)
947 readers
1 users here now
This is a place where you can ask any programming / topic related to the instance questions you want!
For a more general version of this concept check out [email protected]
Icon base by Lorc under CC BY 3.0 with modifications to add a gradient
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
When dependency tree grows, it is usually difficult to solve conflicts.
To allow faster development cycles, much complexity was shifted to dependency management in many modern languages. This exacerbated the "dependency hell". To alleviate the dependency hell, much complexity was shifted to the infrastructural side (containerization, k8s, cloud, huge system requirements for memory and storage).
To address it we are shifting back complexity to code and developers (infrastructure as a code).