Skip to content

dark-ep/design-patterns

Repository files navigation

DesignPattern

设计模式

  1. 外观模式——Facade
  2. 适配器模式——Adapter
  3. 单例模式——Singleton
  4. 工厂方法模式——Factory Method
  5. 抽象工厂模式——Abstract Factory
  6. 生成器模式——Builder
  7. 原型模式——Prototype
  8. 中介者模式——Mediator
  9. 代理模式——Proxy
  10. 观察者模式——Observer
  11. 命令模式——Command
  12. 迭代器模式——Iterator
  13. 组合模式——Composite
  14. 模板方法模式——Template Method
  15. 策略模式——Strategy
  16. 状态模式——State
  17. 备忘录模式——Memento
  18. 享元模式——Flyweight
  19. 解释器模式——Interpreter
  20. 装饰模式——Decorator
  21. 责任链模式——Chain of Responsibility
  22. 桥接模式——Bridge
  23. 访问者模式——Visitor

Releases

No releases published

Packages

No packages published

Languages