I 'm reading the 12-factor-app manifesto and I'm at the dependencies section right now. Dependency Isolation is something I cannot get my head around, though.
Unfortunately no actual definition as to what that is is given, aside from that 12-factor-apps should "use a dependency isolation tool during execution to ensure that no implicit dependencies “leak in” from the surrounding system".
Searching for answers to that, I 'm only finding questions about how to achieve dependency isolation in a specific language/framework.
Maybe it is just a limitation in my understanding of english, but could someone enlighten me on this?