开发者

Pep-8 like style guidelines for JavaScript

开发者 https://www.devze.com 2023-03-14 05:50 出处:网络
Is there a style guidelines document for JavaScript? Something like pep-8 for python or similar. I could find http://docs.jquery.com/JQuery_Core_Style_Guideline开发者_StackOverflow社区s, so looking f

Is there a style guidelines document for JavaScript? Something like pep-8 for python or similar.

I could find http://docs.jquery.com/JQuery_Core_Style_Guideline开发者_StackOverflow社区s, so looking for things in a similar spirit.


This is quite a good one with JavaScript Code Quality Tool

JSLint

and the instruction

JSLint instruction

but be careful it may hurt your feeling


I recommend JavaScript Naming Conventions page. It points out some things much better than JSLint and JSLint instruction.

0

精彩评论

暂无评论...
验证码 换一张
取 消