“设计模式之禅”的版本间的差异
跳到导航
跳到搜索
Jihongchang(讨论 | 贡献) (建立内容为“1”的新页面) |
Jihongchang(讨论 | 贡献) |
||
第1行: | 第1行: | ||
− | + | *[https://www.jihongchang.top/index.php/%E5%8D%95%E4%B8%80%E8%81%8C%E8%B4%A3%E5%8E%9F%E5%88%99 单一职责原则 (Single Responsibility)] | |
+ | *[https://www.jihongchang.top/index.php/%E9%87%8C%E6%B0%8F%E6%9B%BF%E6%8D%A2%E5%8E%9F%E5%88%99 里氏替换原则] (Liskov Substitution) | ||
+ | *[https://www.jihongchang.top/index.php/%E4%BE%9D%E8%B5%96%E5%80%92%E7%BD%AE%E5%8E%9F%E5%88%99 依赖倒置原则] (Dependency Inversion) | ||
+ | *[https://www.jihongchang.top/index.php/%E6%8E%A5%E5%8F%A3%E9%9A%94%E7%A6%BB%E5%8E%9F%E5%88%99 接口隔离原则] (Interface Segregation) | ||
+ | *开闭原则 (Open/Closed) |
2023年2月9日 (四) 08:38的版本
- 单一职责原则 (Single Responsibility)
- 里氏替换原则 (Liskov Substitution)
- 依赖倒置原则 (Dependency Inversion)
- 接口隔离原则 (Interface Segregation)
- 开闭原则 (Open/Closed)