[0003] Coding Convension
Coding Convension (Google JavaScript Style Guide) Overview 1. Coding Convenstion ? 2. 2008.06.01 3. Introduction 4. Formatting 5. Suggest 1. Coing Convension ? 실행되는 프로그램에는 아무런 영향을 주지 않는다. Coding Convension은 프로그램 코드를 작성할때 사용되는 기준을 의미한다. 가독성 높고 품질 좋은 코드를 생산해 낼 수 있다. 피곤, 짜증, 불편함에서 조금은 해방될수 있다. 2. 2008.06.01 Prowork Framework 개발자 가이드 V1.0 3. Introduction Google JavaScript Style Guide 4. Formatting 4.1 Braces 4.1.1 Braces are used for all...