Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
zq99299 committed Aug 29, 2018
1 parent cec5c41 commit 8dfa181
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
增加新的产品,需要修改工厂类的判断逻辑,违背开闭原则
## coding

> https://en.wikipedia.org/wiki/Design_Patterns#Patterns_by_Type
> 维基百科: https://en.wikipedia.org/wiki/Design_Patterns#Patterns_by_Type
Creational 中是没有简单工厂模式的。所以不属于 GOF23 种设计模式

Expand Down
5 changes: 5 additions & 0 deletions chapter/imooc/design_pattern/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,19 @@

本章节主要讲解简单工厂定义及理解,适用场景,优缺点及扩展。并引入业务场景,一边coding一边讲解,最后对简单工厂在框架(jdk+slf4j等)源码中的应用进行解析,让大家领略简单工厂的妙用技巧。
- [简单工厂](/chapter/imooc/design_pattern/04_simple_factory/simple_factory.md)

* 第5章 工厂方法模式讲解+Coding+源码解析

本章节主要讲解工厂方法模式定义及理解,适用场景,优缺点及扩展。并引入业务场景,一边coding一边讲解,最后对工厂方法模式在框架(jdk+slf4j等)源码中的应用进行解析,让大家领略工厂方法模式的妙用技巧。

- [工厂方法模式](/chapter/imooc/design_pattern/05_factory_method/factory_method.md)

* 第6章 抽象工厂模式讲解+Coding+源码解析

本章节主要讲解抽象工厂模式定义及理解,适用场景,优缺点及扩展。并引入业务场景,一边coding一边讲解,最后对抽象工厂模式在框架(jdk+mybatis等)源码中的应用进行解析,让大家领略抽象工厂模式的妙用技巧。

- [抽象工厂模式](/chapter/imooc/design_pattern/05_factory_method/factory_method.md)

* 第7章 建造者模式讲解+Coding+源码解析

本章节主要讲解建造者模式定义及理解,适用场景,优缺点及扩展。并引入业务场景,手一边coding一边讲解,最后对建造者模式在框架(jdk+guava等)源码中的应用进行解析,让大家领略建造者模式的妙用技巧。
Expand Down

0 comments on commit 8dfa181

Please sign in to comment.