コーディングの指針
GitHub
(opens new window)
#
パッケージ設計の原則
以下の6つの設計原則は
パッケージ設計の原則
とまとめられています。なお、前半3つは凝集度、後半3つは結合度に関する原則です。
Reuse-Release Equivalency Principle (再利用・リリース等価の原則)
Common Reuse Principle (全再利用の原則)
Common Closure Principle (閉鎖性共通の原則)
Acyclic Dependencies Principle (非循環依存関係の原則)
Stable Dependencies Principle (安定依存の原則)
Stable Abstractions Principle (安定度・抽象度等価の原則)
←
5.12. 安定度・抽象度等価の原則
5.14. 凝集度
→