10cheon00 / drf-practice

0 stars 0 forks source link

Apply vue coding style, component naming. #14

Closed 10cheon00 closed 3 years ago

10cheon00 commented 3 years ago

학습한 Coding Style

1. vue에서 제공하는 컴포넌트 이외에는 무조건 합성어를 사용해야 한다.

ex. Post (x) PostDetail (o)

2. 파스칼, 케밥 케이스를 사용해 컴포넌트를 명명한다.

ex. blogArticle (x) BlogArticle (o)

그 외에도 여러 규칙들이 있는데 헷갈린다