-
Notifications
You must be signed in to change notification settings - Fork 99
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
feat: 폴더 구조를 플랫화합니다 #242
feat: 폴더 구조를 플랫화합니다 #242
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #242 +/- ##
==========================================
- Coverage 99.83% 99.66% -0.17%
==========================================
Files 31 36 +5
Lines 600 601 +1
Branches 145 145
==========================================
Hits 599 599
- Misses 1 2 +1 |
@BO-LIKE-CHICKEN 폴더구조 변경에 대한 PR입니다! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
폴더 구조를 플랫하게 가져가는김에 아래의 목적을 달성하기 위해 다음의 두 방향 중 하나로 개선이 이루어지면 좋을 것 같아요. 🙂
src 1-depth에 있는 폴더들은 모두 es-hangul에서 제공하는 api로만 이루어진다. (_internal 제외)
constants.ts
에 있는 파일도 사용되는 함수에 맞추어 분리된다.- 분리되어있던 상수들이
constants.ts
에 합쳐지고constants.ts
가 _internal로 이동된다.
너무 좋은 의견 감사합니다! 1번처럼 사용해서 응집도를 높히는쪽으로 작업해보겠습니다! 생각보다 하나의 constant를 여러 함수에서 부르는 경우가 많아서, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
저에게도 이렇게 개선된 것이 보기에 더 좋아보여요 🙌
고생하셨습니다
@BO-LIKE-CHICKEN 너무감사해요!!! |
Overview
함수 자체의 개수는 많지 않은데, 테스트 파일 혹은 상수 파일들로 인해서 src 내부의 파일이 많아보이는 상황이 있었어요.
src 폴더내부에서 함수 폴더를 플랫하게 가져갑니다
PR Checklist