mirror of
https://github.com/KieSun/all-of-frontend.git
synced 2024-11-21 22:38:13 +08:00
feat: 添加设计模式
This commit is contained in:
parent
fd31165ba0
commit
70d0cc0092
10
README.md
10
README.md
@ -88,6 +88,7 @@
|
|||||||
- [节流与防抖](#节流与防抖)
|
- [节流与防抖](#节流与防抖)
|
||||||
- [柯里化](#柯里化)
|
- [柯里化](#柯里化)
|
||||||
- [垃圾回收](#垃圾回收)
|
- [垃圾回收](#垃圾回收)
|
||||||
|
- [设计模式](#设计模式)
|
||||||
- [其他零散但重要的知识点](#其他零散但重要的知识点)
|
- [其他零散但重要的知识点](#其他零散但重要的知识点)
|
||||||
- [HTML](#html)
|
- [HTML](#html)
|
||||||
- [语义化](#语义化)
|
- [语义化](#语义化)
|
||||||
@ -421,6 +422,15 @@ JavaScrip 在变量被创建时分配内存,并在对象不再使用时自动
|
|||||||
- [ ] [GC in v8](https://github.com/lrlna/sketchin/blob/master/guides/garbage-collection-in-v8.md)
|
- [ ] [GC in v8](https://github.com/lrlna/sketchin/blob/master/guides/garbage-collection-in-v8.md)
|
||||||
- [ ] [JavaScript 工作原理:内存管理 + 处理常见的 4 种内存泄漏](https://blog.sessionstack.com/how-javascript-works-memory-management-how-to-handle-4-common-memory-leaks-3f28b94cfbec),另有[中文版](https://juejin.cn/post/6844903519078580238)
|
- [ ] [JavaScript 工作原理:内存管理 + 处理常见的 4 种内存泄漏](https://blog.sessionstack.com/how-javascript-works-memory-management-how-to-handle-4-common-memory-leaks-3f28b94cfbec),另有[中文版](https://juejin.cn/post/6844903519078580238)
|
||||||
|
|
||||||
|
#### 设计模式
|
||||||
|
|
||||||
|
- [ ] 文档
|
||||||
|
- [ ] [wikipedia](https://en.wikipedia.org/wiki/Software_design_pattern)
|
||||||
|
- [ ] [中文版维基百科](https://zh.wikipedia.org/wiki/%E8%AE%BE%E8%AE%A1%E6%A8%A1%E5%BC%8F_(%E8%AE%A1%E7%AE%97%E6%9C%BA))
|
||||||
|
- [ ] 推荐书籍
|
||||||
|
- [ ] 《Head First Design Pattern》 也有中文版的
|
||||||
|
- [ ] 《Design Patterns: Elements of Reusable Object-Oriented Software》 设计模式:可复用面向对象软件的基础
|
||||||
|
|
||||||
#### 其他零散但重要的知识点
|
#### 其他零散但重要的知识点
|
||||||
|
|
||||||
- [ ] [0.1 + 0.2 !== 0.3](https://zhuanlan.zhihu.com/p/225490777),JS 浮点数会造成的问题
|
- [ ] [0.1 + 0.2 !== 0.3](https://zhuanlan.zhihu.com/p/225490777),JS 浮点数会造成的问题
|
||||||
|
Loading…
Reference in New Issue
Block a user