An open API service indexing awesome lists of open source software.

https://github.com/hscspring/design-pattern

设计模式
https://github.com/hscspring/design-pattern

Last synced: 4 months ago
JSON representation

设计模式

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