类的设计原则
Dependency Inversion Principle (DIP) - OO设计的依赖倒置原则
Liskov Substitution Principle (LSP) - OO设计的里氏替换原则
Interface Segregation Principle (ISP) - OO设计的接口分隔原则
Single Responsibility Principle (SRP) - OO设计的单一职责原则
The Open-Closed Principle (OCP) - OO设计的开闭原则
包的设计原则
The Common Reuse Principle (CRP) - OO设计的全部重用原则
The Common Closure Principle (CCP) - OO设计的共同封闭原则
The Stable Abstractions Principle (SAP) - OO设计的稳定抽象等价原则
The Stable Dependencies Principle (SDP) - OO设计的稳定依赖原则
The Acyclic Dependencies Principle (ADP) - OO设计的无环依赖原则
Release Reuse Equivalency Principle (REP) - OO设计的重用发布等价原则
Dependency Inversion Principle (DIP) - OO设计的依赖倒置原则
Liskov Substitution Principle (LSP) - OO设计的里氏替换原则
Interface Segregation Principle (ISP) - OO设计的接口分隔原则
Single Responsibility Principle (SRP) - OO设计的单一职责原则
The Open-Closed Principle (OCP) - OO设计的开闭原则
包的设计原则
The Common Reuse Principle (CRP) - OO设计的全部重用原则
The Common Closure Principle (CCP) - OO设计的共同封闭原则
The Stable Abstractions Principle (SAP) - OO设计的稳定抽象等价原则
The Stable Dependencies Principle (SDP) - OO设计的稳定依赖原则
The Acyclic Dependencies Principle (ADP) - OO设计的无环依赖原则
Release Reuse Equivalency Principle (REP) - OO设计的重用发布等价原则