# design_pattern **Repository Path**: pocanda/design_pattern ## Basic Information - **Project Name**: design_pattern - **Description**: 设计模式 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-08 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # design_pattern #### 介绍 Minson的设计模式实践 #### 安装教程 1. git clone https://gitee.com/pocanda/design_pattern.git 2. 使用IDEA或者VS Code(Minson使用VS Code) #### 设计模式介绍 1. 创建型设计模式(待实践) 2. 结构性设计模式(待实践) 3. 行为型设计模式 + 职责链模式(Chain of Responsibility) + 命令模式(Command) + 解释器模式(Interpreter) + 迭代模式(Iterator) + 中间件模式(Mediator) + 备忘录模式(Memento) + 观察者模式(Observer) + 状态模式(State) + 策略模式(Strategy) + 模板方法模式(Template Method)