-
Notifications
You must be signed in to change notification settings - Fork 4
Naming Convention
๋ฐฉ๊ท๋น edited this page Nov 11, 2021
·
5 revisions
- ํด๋์ค
- ClassName
- ๋ณ์๋ช
- camelCase
- ํจ์๋ช
- camelCase
- ๋๋ ํ ๋ฆฌ๋ช
/ํ์ผ๋ช
- ์ผ๋ฐ์ ์ผ๋ก ์๋ฌธ์
- ์ปดํฌ๋ํธ์ ํด๋นํ๋ฉด ํ์ค์นผ์ผ์ด์ค
- ์์๋ช : ๋ฌธ์๋ ๋ชจ๋ ๋๋ฌธ์, ๋์ด์ฐ๊ธฐ๋ ์ธ๋์ค์ฝ์ด ex) COLOR_RED
- Prettier
๋ฐฐ์ด : Array<string>
|| string[]
const dataList: Array<string> = ['asdfff','dff']
const dataList: string[] = ['asdfff','dff'] // ์ด๊ฑธ๋ก~
- ํ์ ์ด๋ ์ธํฐํ์ด์ค๋ ํ์ค์นผ์ผ์ด์ค
styled-component
- ๋ค์ด๋ฐ ์ปจ๋ฐด์
StyledComponentDiv
: ์ปดํฌ๋ํธ๋ช ๊ณผ ์ค์ html ํ๊ทธ๋ช ์ ๋ถ์ฌ์ ์ด๋ค
DB ์ปจ๋ฒค์
SQL ํค์๋ ์์ฝ์ด๋ ๋๋ฌธ์๋ก ์์ฑ
ํ ์ด๋ธ๋ช , ์ปฌ๋ผ๋ช ๋ฑ์ ์๋ฌธ์๋ก.