如何提高JavaScript代码质量

如何编写可维护的JavaScript代码

代码风格及规范

构建检查工具

jshint配置

http://jshint.com/docs/options/

http://www.cnblogs.com/code/articles/4103070.html

http://www.iteye.com/news/28028-JavaScript-code-style-guide

https://github.com/fouber/fis-lint-jshint

https://github.com/allmobilize/amazeui/blob/master/.jshintrc

http://fancy.floatinglife.cn/2013/10/16/js-lint/

你可能感兴趣的:(JavaScript)