자바스크립트 Study/자바스크립트

Javscript Coding convention, guides

코르시카 2021. 4. 13. 14:12

공식 문서

(1) w3school, 완전 간단

www.w3schools.com/js/js_conventions.asp

 

JavaScript Style Guide

JavaScript Style Guide Always use the same coding conventions for all your JavaScript projects. JavaScript Coding Conventions Coding conventions are style guidelines for programming. They typically cover: Naming and declaration rules for variables and func

www.w3schools.com

 

(2) airbnb 되게 상세함, 보기 좋음

github.com/airbnb/javascript

 

airbnb/javascript

JavaScript Style Guide. Contribute to airbnb/javascript development by creating an account on GitHub.

github.com

★ Rule of thumb

developer.mozilla.org/ko/docs/Web/JavaScript

 

JavaScript | MDN

JavaScript JavaScript(JS)는 가벼운 인터프리터 또는 JIT 컴파일 프로그래밍 언어로, 일급 함수를 지원합니다. 웹 페이지의 스크립트 언어로서 제일 유명하지만 Node.js, Apache CouchDB, Adobe Acrobat처럼 많은

developer.mozilla.org


(3) 구글...? 보기 싫게 되어있는듯?

google.github.io/styleguide/jsguide.html

 

Google JavaScript Style Guide

Google JavaScript Style Guide 1 Introduction This document serves as the complete definition of Google’s coding standards for source code in the JavaScript programming language. A JavaScript source file is described as being in Google Style if and only i

google.github.io


 

참조:

novemberde.github.io/2017/05/21/Javascript_policy.html

 

Khbyun's blog

Novemberde's dev

novemberde.github.io

k39335.tistory.com/57

 

[Javascript] 자바스크립트 Coding Convention 및 네이밍 규칙

[Javascript] 자바스크립트 Coding Convention 및 네이밍 규칙 포스팅 계기 지금까지 학부 때부터 Java만 쭉 써오다가, 회사에 들어와서 Javascript에 관심이 생겼고, 프로가 되고 싶었다. 그래서 요즘 Javascrip

k39335.tistory.com

 

반응형