js设计模式
一 什么是设计模式
二 设计原则
三 常用设计模式
(2)工厂模式
(3)桥接模式
(6)门面(facade)模式
四 扩展与深入
还有很多设计模式的详细介绍请参考tom大叔的深入理解javascript系列博客,哪里对很多设计模式都进行了很详细的讲解: http://www.cnblogs.com/TomXu/category/338104.html
参考
js设计模式 https://leohxj.gitbooks.io/front-end-database/content/javascript-design-pattern/index.html
http://www.cnblogs.com/Darren_code/archive/2011/08/31/JavascripDesignPatterns.html