2016-07-19

阅读

程序中减少使用if语句的方法

http://code.joejag.com/2016/anti-if-the-missing-patterns.html

什么样的人适合做程序员

2016年JavaScript开发者需要了解的技能

https://www.codementor.io/learn-programming/javascript-trends-skills-developers-should-learn

懒加载图片?不要依赖 JavaScript

使用使用Zopfli优化PNG图片

旧文 Facebook content placeholder deconstruction

聚沙

jshint comments

1
2
3
4
// 这里的代码将会被 JSHint 分析。
/* jshint ignore:start */
// 这里的代码将会被 JSHint 忽略。
/* jshint ignore:end */

http://jshint.com/docs/

project

https://github.com/egoist/hack

Comments