-
Notifications
You must be signed in to change notification settings - Fork 5
Naming Convention
안주영 edited this page Oct 25, 2021
·
1 revision
- 변수, 함수 : camelCase
- 컴포넌트 : PascalCase
- 상수 : UPPERCASE_SNAKE_CASE
- 폴더 : kebab-case (컴포넌트 폴더는 PascalCase)