반응형
https://github.com/tipjs/javascript-style-guide
원문:https://github.com/airbnb/javascript
Airbnb JavaScript 스타일 가이드() {
JavaScript에 대한 대부분 합리적인 접근 방법
다른 스타일 가이드들
목차
- 형(Types)
- 참조(References)
- 오브젝트(Objects)
- 배열(Arrays)
- 구조화대입(Destructuring)
- 문자열(Strings)
- 함수(Functions)
- Arrow함수(Arrow Functions)
- Classes & Constructors
- 모듈(Modules)
- 이터레이터와 제너레이터(Iterators and Generators)
- 프로퍼티(Properties)
- 변수(Variables)
- Hoisting
- 조건식과 등가식(Comparison Operators & Equality)
- 블록(Blocks)
- 코멘트(Comments)
- 공백(Whitespace)
- 콤마(Commas)
- 세미콜론(Semicolons)
- 형변환과 강제(Type Casting & Coercion)
- 명명규칙(Naming Conventions)
- 억세서(Accessors)
- 이벤트(Events)
- jQuery
- ECMAScript 5 Compatibility
- ECMAScript 6 Styles
- Testing
- Performance
- Resources
- In the Wild
- Translation
- The JavaScript Style Guide Guide
- Chat With Us About JavaScript
- Contributors
- License
반응형
'Programming > Javascript, jQuery' 카테고리의 다른 글
answeris :: jQuery Ajax로 배열 POST 하기 (0) | 2016.11.14 |
---|---|
자바스크립트 배열 (0) | 2016.11.14 |
<A HREF="#" 의 말끔한 대안 <a href="javascript:" (0) | 2016.10.18 |
Child Window 로 값 보내기 (자식 창으로 값 전달하기) (0) | 2016.10.11 |
새 창 띄우기 window.open (0) | 2016.10.11 |