The Dependency InversionPrinciple has proved essential for writing high-quality, maintainable, and therefore testable code.
依赖性倒置原则被证明是编写可维护和可测试的高质量代码的必要条件。
2
According to researches, the relationship mapping inversionprinciple (RMIP) is a very important tool in developing expert systems.
研究表明,关系映射反演原则(RMIP)是开发专家系统的非常重要工具。
3
One thing developers have come to agree on is that well-written code is maintainable, and the Dependency InversionPrinciple is a sure way to design for maintainability.