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

하드코딩 constants로 빼기 #841

Open
5 of 7 tasks
publdaze opened this issue Dec 5, 2023 · 0 comments
Open
5 of 7 tasks

하드코딩 constants로 빼기 #841

publdaze opened this issue Dec 5, 2023 · 0 comments
Assignees
Labels
Refactor 리팩토링

Comments

@publdaze
Copy link
Contributor

publdaze commented Dec 5, 2023

리팩토링 요약

  • 객체를 사용하되, 객체 자체에 as const 를 붙인다.
  • 객체 아닌 단순한 값의 경우 as const는 제외한다.
  • 객체 자체는 UPPER_SNAKE_CASE로 내부 속성은 camelCase
  • 파라미터 값만 사용된다면 상수로, 추가적인 기능이 들어간다면 함수로 분류하기
  • 노션 정리

리팩토링 파트 분배

@publdaze publdaze added the Refactor 리팩토링 label Dec 5, 2023
@jasper200207 jasper200207 moved this from Backlog to In Progress in KEEPER FRONT R2 Dec 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Refactor 리팩토링
Projects
Status: In Progress
Development

No branches or pull requests

4 participants