- Practical DevOps
- Joakim Verona
- 50字
- 2021-07-16 09:48:06
Coupling
Coupling refers to the degree of dependency between two modules. We always want low coupling between modules.
Again, we can see coupling as another aspect of the principle of the separation of concerns.
Systems with high cohesion and low coupling would automatically have separation of concerns, and vice versa.
推薦閱讀
- 極簡算法史:從數學到機器的故事
- SoapUI Cookbook
- GeoServer Cookbook
- 數據結構(Java語言描述)
- Object-Oriented JavaScript(Second Edition)
- Oracle BAM 11gR1 Handbook
- Reactive Android Programming
- WordPress 4.0 Site Blueprints(Second Edition)
- SSM開發實戰教程(Spring+Spring MVC+MyBatis)
- Access 2010中文版項目教程
- 人工智能算法(卷1):基礎算法
- Java Web應用開發項目教程
- Unity 2017 Game AI Programming(Third Edition)
- Python Web自動化測試設計與實現
- 從零開始:C語言快速入門教程