https://github.com/oeljeklaus-you/design-patterns
23种设计模式的讲解:设计模式分为创建型模式、结构型模式、行为型模式
https://github.com/oeljeklaus-you/design-patterns
design-patterns designpattern
Last synced: 6 months ago
JSON representation
23种设计模式的讲解:设计模式分为创建型模式、结构型模式、行为型模式
- Host: GitHub
- URL: https://github.com/oeljeklaus-you/design-patterns
- Owner: oeljeklaus-you
- License: apache-2.0
- Created: 2018-07-14T05:06:44.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-21T08:32:44.000Z (about 7 years ago)
- Last Synced: 2025-02-15T06:31:49.360Z (8 months ago)
- Topics: design-patterns, designpattern
- Size: 4.67 MB
- Stars: 13
- Watchers: 3
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Design-Patterns
23种设计模式的讲解:设计模式分为创建型模式、结构型模式、行为型模式
## 创建型模式
### 简单工厂模式
详细的讲解文件在[这里](https://github.com/oeljeklaus-you/Design-Patterns/blob/master/设计模式(一)简单工厂模式.md)
### 工厂方法模式
详细的讲解文件在[这里](https://github.com/oeljeklaus-you/Design-Patterns/blob/master/设计模式(二)工厂方法模式.md)
### 抽象工厂模式
详细的讲解文件在[这里](https://github.com/oeljeklaus-you/Design-Patterns/blob/master/设计模式(三)抽象工厂模式.md)
### 建造者模式
详细的讲解文件在[这里](https://github.com/oeljeklaus-you/Design-Patterns/blob/master/设计模式(四)建造者模式.md)
### 单例模式
详细的讲解文件在[这里](https://github.com/oeljeklaus-you/Design-Patterns/blob/master/设计模式(五)单例模式.md)
## 结构型模式
### 适配器模式
详细的讲解文件在[这里](https://github.com/oeljeklaus-you/Design-Patterns/blob/master/设计模式(六)适配器模式.md)
### 桥接模式
详细的讲解文件在[这里](https://github.com/oeljeklaus-you/Design-Patterns/blob/master/设计模式(七)桥接模式.md)
### 装饰模式
详细的讲解文件在[这里](https://github.com/oeljeklaus-you/Design-Patterns/blob/master/设计模式(八)装饰模式.md)
### 外观模式
详细的讲解文件在[这里](https://github.com/oeljeklaus-you/Design-Patterns/blob/master/设计模式(九)外观模式.md)
### 享元模式
详细的讲解文件在[这里](https://github.com/oeljeklaus-you/Design-Patterns/blob/master/设计模式(十)享元模式.md)
### 代理模式
详细的讲解文件在[这里](https://github.com/oeljeklaus-you/Design-Patterns/blob/master/设计模式(十一)代理模式.md)
## 行为型模式
### 命令模式
详细的讲解文件在[这里](https://github.com/oeljeklaus-you/Design-Patterns/blob/master/设计模式(十二)命令模式.md)
### 策略模式
详细的讲解文件在[这里](https://github.com/oeljeklaus-you/Design-Patterns/blob/master/设计模式(十三)策略模式.md)
### 模板模式
详细的讲解文件在[这里](https://github.com/oeljeklaus-you/Design-Patterns/blob/master/设计模式(十四)模板模式.md)