Skip to content

Latest commit

 

History

History
43 lines (32 loc) · 837 Bytes

README.md

File metadata and controls

43 lines (32 loc) · 837 Bytes

design-patterns-examples

design pattern code example.

Every pattern has a mechanical scene which describe it clear,including java example and go example.

Document

here

Category

Creational

  • 工厂方法模式
  • 抽象工厂模式
  • 建造者模式
  • 单例模式
  • 原型模式

Structual

  • 适配器模式
  • 桥接模式
  • 装饰者模式
  • 代理模式
  • 组合模式
  • 门面模式
  • 享元模式

Behavioral

  • 模板方法模式
  • 责任链模式
  • 迭代器模式
  • 观察者模式
  • 状态模式
  • 策略模式
  • 解释器模式
  • 中介者模式
  • 命令模式
  • 备忘录模式
  • 访问者模式