# design-patterns-example **Repository Path**: ghzhouwei/design-patterns-example ## Basic Information - **Project Name**: design-patterns-example - **Description**: 设计模式学习案例 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-02-28 - **Last Updated**: 2022-03-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README - 01-singleton-pattern-example - 单例模式 - 02-factory-method-pattern-example - 工厂方法模式 - 03-abstract-factory-pattern-example - 抽象工厂模式 - 04-builder-pattern-example - 建造者模式 - 05-prototype-pattern-example - 原型模式 - 06-responsibility-chain-pattern-example - 责任链模式 - 07-command-pattern-example - 命令模式 - 08-interpreter-pattern-example - 解释器模式 - 09-iterator-pattern-example - 迭代器模式 - 10-observer-pattern-example - 观察者模式