Skip to content

Commit

Permalink
auto commit
Browse files Browse the repository at this point in the history
  • Loading branch information
CyC2018 committed Mar 18, 2018
1 parent 07695d6 commit 56ecf48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion notes/JDK 中的设计模式.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ java.awt.Desktop#getDesktop()

## 2. 简单工厂模式

在不对用户暴露对象内部逻辑的条件下创建对象;使用通用的接口来创建对象;
在不对用户暴露对象内部逻辑的前提下创建对象;使用通用的接口来创建对象;

## 3. 工厂方法模式

Expand Down
2 changes: 1 addition & 1 deletion notes/面向对象思想.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

# 第一章 设计原则

设计原则可以帮助我们避免那些糟糕的设计,这些原则被归纳在《敏捷软件开发:原则、模式与实践》
设计原则可以帮助我们避免那些糟糕的设计。

## S.O.L.I.D

Expand Down

0 comments on commit 56ecf48

Please sign in to comment.