学习javascript设计模式,记录的小例子~
- 第十六章 模板方法模式
- 第十七章 观察者模式
- 第十八章 状态模式
- 第十九章 策略模式
- 第二十章 责任链模式
- 第二十一章 命令模式
- 第二十二章 访问者模式
- 第二十三章 中介者模式
- 第二十四章 备忘录模式
- 第二十五章 迭代器模式
- 第二十六章 解释器模式
- 第二十七章 链模式
- 第二十八章 委托模式
- 第二十九章 数据访问对象模式
- 第三十章 节流模式
- 第三十一章 简单模板模式
- 第三十二章 惰性模式
- 第三十三章 参与者模式
- 第三十四章 等待者模式
- 第三十五章 同步模块模式
- 第三十六章 异步模块模式
- 第三十七章 Widget模式(其实是实现一个模板引擎)
- 第三十八章 MVC模式
- 第三十九章 MVP模式
- 第四十章 MVVM模式
Copyright (c) 2015 Berwin
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.