자바스크립트에는 파이썬처럼 공식 스타일 가이드가 존재하지 않는다
여러가지 스타일 예시
pragmatic.js : http://markdaggett.com/blog/2013/02/15/pragmatic-javascript-style/
Pragmatic JavaScript Style - Mark Daggett's Blog
My goal is to make you a better programmer, and I am going to do this by teaching you about style. I am not talking about fashion, because I think most programmers would flunk that test; unless, comic-con couture is a thing. Instead we’ll talk about the im
markdaggett.com
에어비앤비 스타일 : https://github.com/airbnb/javascript
airbnb/javascript
JavaScript Style Guide. Contribute to airbnb/javascript development by creating an account on GitHub.
github.com
idiomatic.js : https://github.com/rwaldron/idiomatic.js/
rwaldron/idiomatic.js
Principles of Writing Consistent, Idiomatic JavaScript - rwaldron/idiomatic.js
github.com
Node.js : https://github.com/felixge/node-style-guide
felixge/node-style-guide
A guide for styling your node.js / JavaScript code. Fork & adjust to your taste. - felixge/node-style-guide
github.com
'[Web-FrontEnd] > [자바스크립트]' 카테고리의 다른 글
this, call(), apply(), bind() 대해 (2) | 2020.10.21 |
---|---|
화살표 함수란 (0) | 2020.10.19 |
클로저란 (0) | 2020.10.19 |
[javaScript] e.target, e.currentTarget차이점 (0) | 2020.04.29 |