https://github.com/jweboy/design-mode
https://github.com/jweboy/design-mode
design mode study-notes
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/jweboy/design-mode
- Owner: jweboy
- License: mit
- Created: 2017-01-08T10:15:55.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-30T13:15:58.000Z (about 9 years ago)
- Last Synced: 2025-01-23T05:15:51.441Z (over 1 year ago)
- Topics: design, mode, study-notes
- Language: JavaScript
- Size: 198 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# js设计模式学习
- 单例模式
- 策略模式
- 代理模式
- 迭代器模式
## 待办事项
- 补充完剩下的模式
- 优化常用模式
- 整理代码、注释
- 添加eslint标准化代码风格