본문 바로가기

Programming/Javascript, jQuery

Airbnb JavaScript 스타일 가이드() {

반응형

https://github.com/tipjs/javascript-style-guide






원문:https://github.com/airbnb/javascript

Airbnb JavaScript 스타일 가이드() {

JavaScript에 대한 대부분 합리적인 접근 방법

다른 스타일 가이드들

목차

  1. 형(Types)
  2. 참조(References)
  3. 오브젝트(Objects)
  4. 배열(Arrays)
  5. 구조화대입(Destructuring)
  6. 문자열(Strings)
  7. 함수(Functions)
  8. Arrow함수(Arrow Functions)
  9. Classes & Constructors
  10. 모듈(Modules)
  11. 이터레이터와 제너레이터(Iterators and Generators)
  12. 프로퍼티(Properties)
  13. 변수(Variables)
  14. Hoisting
  15. 조건식과 등가식(Comparison Operators & Equality)
  16. 블록(Blocks)
  17. 코멘트(Comments)
  18. 공백(Whitespace)
  19. 콤마(Commas)
  20. 세미콜론(Semicolons)
  21. 형변환과 강제(Type Casting & Coercion)
  22. 명명규칙(Naming Conventions)
  23. 억세서(Accessors)
  24. 이벤트(Events)
  25. jQuery
  26. ECMAScript 5 Compatibility
  27. ECMAScript 6 Styles
  28. Testing
  29. Performance
  30. Resources
  31. In the Wild
  32. Translation
  33. The JavaScript Style Guide Guide
  34. Chat With Us About JavaScript
  35. Contributors
  36. License


반응형