Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ThanlonSmith/design-pattern
Python3实现设计模式,致力于将设计模式的思想应用在开发中。创建型模式有:简单工厂模式、工厂方法模式、抽象工厂模式、 建造者模式和单例模式;结构型模式:适配器模式、桥模式、组合模式、外观模式和代理模式;行为型模式:责任链模式、观察者模式、策略模式和模板方法模式。设计模式是对软件设计中普遍存在或反复出向的各种问题所提出的解决方案。每一个设计模式系统地被命名、解释和评价了面向对象系统中一个重要和重复出现的设计。
https://github.com/ThanlonSmith/design-pattern
design-pattern python3
Last synced: 9 days ago
JSON representation
Python3实现设计模式,致力于将设计模式的思想应用在开发中。创建型模式有:简单工厂模式、工厂方法模式、抽象工厂模式、 建造者模式和单例模式;结构型模式:适配器模式、桥模式、组合模式、外观模式和代理模式;行为型模式:责任链模式、观察者模式、策略模式和模板方法模式。设计模式是对软件设计中普遍存在或反复出向的各种问题所提出的解决方案。每一个设计模式系统地被命名、解释和评价了面向对象系统中一个重要和重复出现的设计。
- Host: GitHub
- URL: https://github.com/ThanlonSmith/design-pattern
- Owner: ThanlonSmith
- License: apache-2.0
- Created: 2020-05-31T20:28:03.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-07-27T05:31:31.000Z (over 1 year ago)
- Last Synced: 2024-08-02T14:09:00.681Z (3 months ago)
- Topics: design-pattern, python3
- Homepage: https://blog.csdn.net/thanlon/category_9965139.html
- Size: 21.5 KB
- Stars: 136
- Watchers: 3
- Forks: 74
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### 设计模式
Python3实现设计模式,致力于将设计模式的思想应用在开发中。创建型模式有:简单工厂模式、工厂方法模式、抽象工厂模式、 建造者模式和单例模式;结构型模式:适配器模式、桥模式、组合模式、外观模式和代理模式;行为型模式:责任链模式、观察者模式、策略模式和模板方法模式。设计模式是对软件设计中普遍存在或反复出向的各种问题所提出的解决方案。每一个设计模式系统地被命名、解释和评价了面向对象系统中一个重要和重复出现的设计。##### [1.设计模式与面向对象.md](https://github.com/ThanlonSmith/Design-Pattern/blob/master/1.设计模式与面向对象.md)
##### [2.面向对象设计原则.md](https://github.com/ThanlonSmith/Design-Pattern/blob/master/2.面向对象设计原则.md)
##### [3.创建型模式.md](https://github.com/ThanlonSmith/Design-Pattern/blob/master/3.创建型模式.md)
##### [4.结构型模式.md](https://github.com/ThanlonSmith/Design-Pattern/blob/master/4.结构型模式.md)
##### [5.行为型模式.md](https://github.com/ThanlonSmith/Design-Pattern/blob/master/5.行为型模式.md)