Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 640 Bytes

File metadata and controls

14 lines (13 loc) · 640 Bytes

JavaScript-design-patterns

利用假期时间精读《JavaScript设计模式与开发实践》,在这个仓库把学习历程记录下来。

阅读计划

时间 章节
2017.07.04-2017.07.09 ch1、ch2基础知识
2017.07.10-2017.07.16 ch3、ch4基础知识、单例模式
2017.07.17-2017.07.23 ch8发布订阅模式
2017.07.24-2017.07.30 ch15装饰者模式
2017.07.31-2017.08.06 ch6代理模式
2017.08.07-2017.08.13 ch16状态模式
2017.08.14-2017.08.20 ch5策略模式
2017.08.21-2017.08.27 ch7迭代器模式