# 2018.12.27

[工具] 变量命名神器 Codelf 是为了解决 编程的时候命名方法或变量词穷了怎么办? (opens new window) 的一个方案:https://github.com/unbug/codelf (opens new window)

[类库] 跟音乐符号相关的类库,挺有意思:https://github.com/madewithlove/music-fns (opens new window)

[类库] SWC 编译器会分析、删除或优化有缺陷的代码。让 JavaScript 编译成更好的 JavaScript。类似于 Google Closure Compiler (opens new window) 工具。使用 Rust 语言编写:https://github.com/swc-project/swc (opens new window)

[文章] 用 JavaScript 实现的算法和数据结构:https://github.com/trekhleb/javascript-algorithms/blob/master/README.zh-CN.md (opens new window)

Last Updated: 1/2/2019, 2:09:14 PM