Git Product home page Git Product logo

designpatterns's Introduction

DesignPatterns

Learn and master design patterns in a simple way.

让设计模式学起来更简单。

Design patterns are typical solutions to commonly occurring problems in software design. They are like pre-made blueprints that you can customize to solve a recurring design problem in your code.

设计模式是软件设计中常见问题的典型解决方案。 它们就像能根据需求进行调整的预制蓝图, 可用于解决代码中反复出现的设计问题。


Logo

目录

  • Creational Patterns(创造型模式)
    • Factory Method(工厂方法模式)
    • Abstract Factory(抽象工厂模式)
    • Builder(生成器模式)
    • 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(访问者模式)

版权说明

该项目签署了MIT 授权许可,详情请参阅 LICENSE

designpatterns's People

Contributors

rocksnake avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.