HTML, CSS, JavaScript 코딩 스타일 가이드, 코딩 컨벤션
HTML 코딩 컨벤션 ( 이런 저런 규약 참조 )
1. HTML 1-1. Syntax 들여쓰기는 2개의 공백 문자(소프트탭)을 사용. 다른 규칙으로 통일하여 작성해도 된다. 모든 엘리먼트 명과 애트리뷰트 명은 케밥 표기법(kebab-case)으로 작성. 모든 애트리뷰트 값
uxicode.tistory.com
CSS 코딩 컨벤션 ( 이것 저것 참조 )
1. CSS note: CSS 코드의 작성 및 규칙사항 CSS 파일을 압축하고, 최종 파일에서 주석, 공백, 줄바꿈을 제거한다. ( 유지 보수 및 수정 사항 전달 등에 있어서 주석 처리 예외 ) CSS 파일을 압축하면 클라
uxicode.tistory.com
구글 자바스크립트 스타일 가이드
https://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
w3schools 자바스크립트 스타일 가이드
https://www.w3schools.com/js/js_conventions.asp
JavaScript Style Guide
W3Schools offers free online tutorials, references and exercises in all the major languages of the web. Covering popular subjects like HTML, CSS, JavaScript, Python, SQL, Java, and many, many more.
www.w3schools.com
https://github.com/ParkSB/javascript-style-guide
GitHub - parksb/javascript-style-guide: Airbnb JavaScript 스타일 가이드
Airbnb JavaScript 스타일 가이드. Contribute to parksb/javascript-style-guide development by creating an account on GitHub.
github.com
https://standardjs.com/rules-kokr.html
JavaScript Standard Style
English • Español (Latinoamérica) • Français • Bahasa Indonesia • Italiano (Italian) • 日本語 (Japanese) • 한국어 (Korean) • Português (Brasil) • 简体中文 (Simplified Chinese) • 繁體中文 (Taiwanese Mandarin) 이것은 Ja
standardjs.com
https://github.com/rwaldron/idiomatic.js/tree/master/translations/ko_KR
GitHub - rwaldron/idiomatic.js: Principles of Writing Consistent, Idiomatic JavaScript
Principles of Writing Consistent, Idiomatic JavaScript - GitHub - rwaldron/idiomatic.js: Principles of Writing Consistent, Idiomatic JavaScript
github.com