8000 fix characters error · webphper/design-patterns-by-php@06306e0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 06306e0

Browse files
author
Hu Lin
committed
fix characters error
1 parent 8d86639 commit 06306e0

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

files/chapter3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
1313
上一章:[第二章 商场促销 --- 策略模式](https://github.com/flyingalex/design-patterns-by-php/blob/master/files/chapter2.md)
1414

15-
下一章:[第四章 考研求职两不误 --- 开发-封闭原则](https://github.com/flyingalex/design-patterns-by-php/blob/master/files/chapter4.md)
15+
下一章:[第四章 考研求职两不误 --- 开放-封闭原则](https://github.com/flyingalex/design-patterns-by-php/blob/master/files/chapter4.md)

files/chapter4.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
### 第四章 研求职两不误 --- 开发-封闭原则
1+
### 第四章 研求职两不误 --- 开放-封闭原则
22

33
总结
4-
> ***开发-封闭原则***, 是说软件实体应该可以扩展,但是不可以修改。
4+
> ***开放-封闭原则***, 是说软件实体应该可以扩展,但是不可以修改。
55
66
> 怎样的设计才能面对需求的改变却可以保持相对稳定,从而使得系统可以在第一个版本以后不断推出新的版本呢?
77

files/chapter5.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
1212
> 依赖倒转其实可以说是面向对象设计的标志,用哪种语言来编写程序不重要,如果编写时考虑的都是如何针对抽象编程而不是针对细节编程,即程序中所有的依赖关系都是终止于抽象类或者接口,那就是面向对象的设计,反之那就是过程化的设计了。
1313
14-
上一章:[第四章 研求职两不误 --- 开发-封闭原则](https://github.com/flyingalex/design-patterns-by-php/blob/master/files/chapter4.md)
14+
上一章:[第四章 研求职两不误 --- 开放-封闭原则](https://github.com/flyingalex/design-patterns-by-php/blob/master/files/chapter4.md)
1515

1616
下一章:[第六章 穿什么有这么重要吗 --- 装饰模式](https://github.com/flyingalex/design-patterns-by-php/blob/master/files/chapter6.md)

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
- [第三章 拍摄UFO --- 单一职责原则](https://github.com/flyingalex/design-patterns-by-php/blob/master/files/chapter3.md)
1616

17-
- [第四章 研求职两不误 --- 开发-封闭原则](https://github.com/flyingalex/design-patterns-by-php/blob/master/files/chapter4.md)
17+
- [第四章 研求职两不误 --- 开放-封闭原则](https://github.com/flyingalex/design-patterns-by-php/blob/master/files/chapter4.md)
1818

1919
- [第五章 会修电脑不会修收音机? --- 依赖倒转原则](https://github.com/flyingalex/design-patterns-by-php/blob/master/files/chapter5.md)
2020

0 commit comments

Comments
 (0)
0