Skip to content
jiho edited this page Nov 16, 2021 · 10 revisions

Ground Rule

Branch Name

feature/[기능이름]

Commit Name

[#18] chore: 테스트테스트

Variable Naming

  • 객체 리터럴 네이밍은

케멀 케이스를 사용합니다.

const realCoding = {
   ...
}

Clone this wiki locally