# 2019.01.29

[文章] 在 Vue 和 Vuex 的源码中,作者都使用了 Object.create(null) 来初始化一个新对象,那么为什么不用更简洁的 {} 呢?,这篇文章值得一看:https://juejin.im/post/5acd8ced6fb9a028d444ee4e (opens new window)

[工具] VS Code-TSLint-Vue2 是 VS Code 一个扩展插件,可以在 Vue 后缀的文件下进行 TSLint 的提示:<https://github.com/prograhammer/VS Code-tslint-vue>

[类库] import-http 可以从 URL 中进行导入模块,可以看配图的效果,有点意思唉:https://github.com/egoist/import-http (opens new window)

[工具] 用 CSS 实现和字体 icon 一样的效果,虽然有些小的 Bug,但是能看出来作者很用心再做:https://picturepan2.github.io/icons.css/ (opens new window)

[文章] 迈向 Tech Lead 之路:https://phodal.github.io/techlead/ (opens new window)

或许你注意到了:我们说的是 Lead,而不是 Leader。因为当我们说 Leader 的时候,指的往往是领导(leader) 一个正式领导职务的人,肩负着领导(lead)团队、组织前进的职责。而当我们说 Lead 的时候,说的则是一个带领我们前进的人。 这个人可以是领导(leader),也可以是其他/她人。也因此 Tech Lead 是一个角色,而非真实的岗位,这个角色的意义在于带领其他/她人前进。两者的定义如下图所示:

# 配图 - 迈向 Tech Lead 之路

Tech Lead

# 配图 - import-http

配图

# 配图 - VS Code-TSLint-Vue2

![配图](https://raw.githubusercontent.com/prograhammer/VS Code-tslint-vue/master/VS Code-tslint-vue2.gif)

Last Updated: 11/25/2019, 3:33:51 PM