We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f86fff6 commit 46a9ebcCopy full SHA for 46a9ebc
Java相关/设计模式.md
@@ -15,7 +15,7 @@
15
16
### 常见创建型模式详解
17
18
-- **简单工厂模式:** [设计模式笔记:简单工厂模式(Simple Factory)](https://www.cnblogs.com/libingql/p/3887577.html)
+- **简单工厂模式:** [设计模式笔记:简单工厂模式(Simple Factory)](https://www.cnblogs.com/libingql/p/3887577.html) 虽然较为简单但是在重构时特别有用
19
- **单例模式:** [深入理解单例模式——只有一个实例](https://blog.csdn.net/qq_34337272/article/details/80455972)
20
- **工厂模式:** [深入理解工厂模式——由对象工厂生成对象](https://blog.csdn.net/qq_34337272/article/details/80472071)
21
- **建造者模式:** [深入理解建造者模式 ——组装复杂的实例](http://blog.csdn.net/qq_34337272/article/details/80540059)
0 commit comments