美文网首页
The Catalog of Design Patterns

The Catalog of Design Patterns

作者: 集韵增广 | 来源:发表于2022-03-04 09:26 被阅读0次
设计模式概要

Creational Patterns

Factory Method:

工厂模式结构

Abstract Factory:

抽象工厂模式结构

Buidler:

组装模式结构

Prototype:

原型模式结构

Singleton:

单例模式结构

Structural Patterns

Adapter:

适配器模式结构

Bridge:

桥模式结构

Composite:

合成模式结构

Decorator:

装饰模式结构

Facade:

接口模式结构

Flyweight:

次最轻量级模式结构

Proxy:

代理模式结构

Behavioral Patterns

Chain of Responsibility:

责任链模式结构

Command:

命令模式结构

Iterator:

迭代器模式结构

Mediator:

调解员模式结构

Memento:

纪念模式结构

Observer:

观察者模式结构

State:

状态模式结构

Strategy:

策略模式结构

Template Method:

模板模式结构

Visitor:

访问者模式结构

参考链接:

https://refactoring.guru/design-patterns

相关文章

网友评论

      本文标题:The Catalog of Design Patterns

      本文链接:https://www.haomeiwen.com/subject/ovasrrtx.html