An open API service indexing awesome lists of open source software.

https://github.com/jannchie/software-design-pattern-note

软件设计模式笔记
https://github.com/jannchie/software-design-pattern-note

Last synced: 4 months ago
JSON representation

软件设计模式笔记

Awesome Lists containing this project

README

          

# 软件设计模式笔记

整理了如下共计10种常用的设计模式,画出了每一种设计模式的设计类图,分析了相应的适用范围、优缺点等等。

- 简单工厂设计模式

- 工厂方法设计模式

- 抽象工厂设计模式

- 适配器模式

- 桥接模式

- 策略模式

- 状态模式

- 观察者模式

- 访问者模式

- 中介者模式