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

refactor(shared): kebab case로 폴더 이름 통일, 폴더 내부 구조 모듈화 #122

Closed
2 tasks done
sukvvon opened this issue Mar 28, 2024 · 0 comments · Fixed by #125
Closed
2 tasks done
Assignees
Labels
refactor 코드 리팩토링, 구조 개선, 성능 향상 등 기능 변경 없이 코드 자체를 개선하는 작업

Comments

@sukvvon
Copy link
Collaborator

sukvvon commented Mar 28, 2024

요청하려는 기능이 연관된 문제에 대해 설명해 주세요

  • component의 경우 Pascal case를, 그 외 snake case로 파일 및 폴더 이름을 정의해왔습니다.
  • 관용적으로 허용되었지만 이 모든 파일 및 폴더를 kebab case로 통일화하면 좋을 것 같다는 생각을 하였습니다.
  • next, remix, chakra-ui, radix-ui, shadcn-ui 등 kebab case를 활용하여 통일되어 네이밍을 하니 구조적으로 깔끔해보인다고 판단하여 이를 적용하고자 합니다.
  • 또한 한 파일 안에 여러 component들이 있는 것보다 component들을 모듈화 하는 것이 필요한 항목을 손쉽게 볼 수 있다고 생각하여 세분화하고자 합니다.

생각 중인 todo 목록을 작성해 주세요

  • kebab case로 폴더 및 파일 이름 통일
  • 폴더 내부 구조 모듈화

기타

@sukvvon sukvvon self-assigned this Mar 28, 2024
@github-actions github-actions bot added the refactor 코드 리팩토링, 구조 개선, 성능 향상 등 기능 변경 없이 코드 자체를 개선하는 작업 label Mar 28, 2024
@sukvvon sukvvon changed the title refactor(shared): kebab case로 폴더 이름 통일, 폴더 내부 구조 세분화 refactor(shared): kebab case로 폴더 이름 통일, 폴더 내부 구조 모듈화 Mar 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor 코드 리팩토링, 구조 개선, 성능 향상 등 기능 변경 없이 코드 자체를 개선하는 작업
Projects
None yet
1 participant