Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Code Convention #2

Open
jaryapp opened this issue Sep 26, 2021 · 0 comments
Open

Code Convention #2

jaryapp opened this issue Sep 26, 2021 · 0 comments
Assignees
Labels

Comments

@jaryapp
Copy link
Contributor

jaryapp commented Sep 26, 2021

Comment(주석)

  • TODO 주석

    • 나중에 해야할일을 설명합니다.
    • 다음과 같은 형태로 작성 // TODO: {comment} ex) // TODO: 백엔드 API개발 이후 연동 작업 필요
  • FIXME 주석

    • 나중에 개선이 필요한곳에 작성합니다.
    • 다음과 같은 형태로 작성 // FIXME: {comment} ex) // FIXME: ~에 대한 위험이 있어서 개선 필요
  • TODO 및 FIXME외에 코드 설명에 대한 주석은 가급적 달지 않습니다.

    • 함수명과 변수명에 의미를 잘 부여합니다.
    • 코드만으로도 프로세스를 파악하기 쉽도록 작성합니다.

ref.
vscode extenstion - TODO Hightlight

Javascript

React

  • 컴포넌트명은 파스칼 표기법(PascalCase)을 사용합니다.
  • 함수형 컴포넌트를 사용합니다.
  • React Anti Pattern를 사용하지 않도록 노력합니다.
@jaryapp jaryapp added the docs 문서 label Sep 26, 2021
@jaryapp jaryapp self-assigned this Sep 26, 2021
@jaryapp jaryapp changed the title Code Convention Convention Rule Sep 27, 2021
@jaryapp jaryapp changed the title Convention Rule Code Convention Sep 27, 2021
@jaryapp jaryapp added rule and removed docs 문서 labels Sep 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant