1 / 8

Naming Guide

Naming Guide. 2014. 08. 13. Wed Team. JALL 안혜민 , 이상희 , 이인희 , 지화준. 목차. 공통 규칙 Folder / file 규칙 id / class 규칙. 1.1 공통 규칙. 3 / 8. 공통 규칙. 영문 , 숫자 , underscore(_) 로 naming 한다 . 숫자 , 특수문자 , 대문자로 시작하지 않는다 . 단어와 단어 사이는 underscore(_) 로 구분한다 .

tola
Télécharger la présentation

Naming Guide

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Naming Guide 2014. 08. 13. Wed Team. JALL 안혜민, 이상희, 이인희, 지화준

  2. 목차 공통 규칙 Folder / file 규칙 id / class 규칙

  3. 1.1 공통 규칙 3 / 8 공통 규칙 • 영문, 숫자, underscore(_) 로 naming 한다. • 숫자, 특수문자, 대문자로 시작하지 않는다. • 단어와 단어 사이는 underscore(_) 로 구분한다. • 중복된 naming 은 지양한다. 부득이하게 중복 될 경우 먼저 입력된 순으로 이름 뒤에 (no1, no2, no3 ……) 를 입력해준다. Ex. ‘name_no1’, ‘name_no2’ • naming 의 각 단어는 10자 이내로 한다. 단어의 조합은 3개 이하로 한다. (10자 이내)_(10자 이내)_(10자 이내) Ex. jall_personal_homepage -> j_pers_hp

  4. 2.1 folder / file 규칙 4 / 8 folder / file 규칙 • 최상위 폴더 naming 은 ‘team명_project명’ 으로 한다. Ex. j_pers_hp (= jall personal homepage) • 최상위 폴더 > html / images / include / js / php / style폴더로 구성 folder 구성

  5. 2.2 folder / file 규칙 5 /8 folder / file 규칙 File 구성 최상위 폴더 내 하위 폴더 별 주요 file naming 규칙

  6. 3.1 id / class 규칙 6 /8 id / class 규칙 id 규칙 레이아웃에는 아래의 약속어를 사용한다. #wrap #header #container #content #footer class 규칙 id 와 class 의 naming 은 중복하지 않는다. class 의 기능을 표현한 naming

  7. 4.1 참고문헌 7 / 8 참고문헌 • http://ui.daum.net/convention/name (Daum웹표준 : Darum) • NHN Coding Convention

  8. 감사합니다

More Related