Design pattern
无意中发现一个网址介绍设计模式,觉得介绍的特别清楚,而且每种模式用语言描述得比较直观。
首先介绍了比较经典的 SOLID 原则:
- Single Responsibility
- Open / Close
- Liskov Substitution
- Interface Segregation
- Dependency Inversion
本文完
This post is licensed under CC BY 4.0 by the author.
无意中发现一个网址介绍设计模式,觉得介绍的特别清楚,而且每种模式用语言描述得比较直观。
首先介绍了比较经典的 SOLID 原则:
本文完