https://github.com/jannchie/software-design-pattern-note
软件设计模式笔记
https://github.com/jannchie/software-design-pattern-note
Last synced: 4 months ago
JSON representation
软件设计模式笔记
- Host: GitHub
- URL: https://github.com/jannchie/software-design-pattern-note
- Owner: Jannchie
- Created: 2017-11-04T15:26:24.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-22T11:48:00.000Z (over 8 years ago)
- Last Synced: 2025-06-05T04:19:38.012Z (about 1 year ago)
- Size: 692 KB
- Stars: 11
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 软件设计模式笔记
整理了如下共计10种常用的设计模式,画出了每一种设计模式的设计类图,分析了相应的适用范围、优缺点等等。
- 简单工厂设计模式
- 工厂方法设计模式
- 抽象工厂设计模式
- 适配器模式
- 桥接模式
- 策略模式
- 状态模式
- 观察者模式
- 访问者模式
- 中介者模式