javaScript编码规约 coding rules and conventions

做打印机的UI项目,涉及到的技术与web前端一样。现整理简单整理javaScript编码规约,温故而知新。

简介:
主要参考以下内容,中英双语。
http://yi-programmer.com/2010-10-16_jquery-style-guidelines.html
http://contribute.jquery.org/style-guide/js/#spacing

http://www.cnblogs.com/niuniu/archive/2010/08/26/1808780.html
http://javascript.crockford.com/code.html

ps: 注释,变量、函数的命名规则,语句的排版,空格/缩进,等等。
基本工扎实才能写出高质量,易维护的代码。

需要的话请看附件。

你可能感兴趣的:(JavaScript,规范,coding,规约)