https://github.com/hscspring/design-pattern
设计模式
https://github.com/hscspring/design-pattern
Last synced: 4 months ago
JSON representation
设计模式
- Host: GitHub
- URL: https://github.com/hscspring/design-pattern
- Owner: hscspring
- Created: 2022-09-15T13:38:56.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-16T14:07:14.000Z (over 3 years ago)
- Last Synced: 2025-05-13T15:57:11.560Z (about 1 year ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# design_pattern
设计模式
## 前言
关联图:郝少春
## 内容
### 设计原则
单一职责:肖桐
开闭:碧涵
迪米特:郝少春
依赖倒置:胡锐锋
- 概念
- 知识点
- 应用代码
### 设计模式
1-4:肖桐
5-8:碧涵
9-12:郝少春
13-16:胡锐锋
17-23:于鸿飞
- 概念
- 知识点
- 应用代码:Java(碧涵), C++(郝少春、胡锐锋),Python(肖桐)
## 参考书籍
- HeadFirst
- GoF
## ChangeLog
- v1.0基础结构 220916