Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
어떤 내용에 대한 PR인가요?
4주차 과제 제출합니다!
4주차 작업 완료 내역
프로젝트 환경설정
프로젝트 공통 기능 생성
디렉터리 위치 변경
auditing 문제 해결
투표 생성
댓글 CRUD
회원가입
로그인
참고사항
workflow 실패
궁금한 점
패키지 구조
현재 저희 팀은 도메인을 기준으로 디렉터리를 나누고 그 안에서 controller, domain, infra(entity, repository)로 나뉘어 집니다.
하지만 도메인을 나누는 기준에 대해 고민이 있습니다.
즉 생명주기가 일치하지 않기 때문에 따로 분리하는 게 맞을 것 같다.
이런 식으로 우선 기준을
도메인의 생명 기준
으로 잡았지만 이 또한 올바른 방식인지 모르겠습니다.그래서 실제로 멘토님께서 디렉터리 구조를 짜실 때 어떠한 기준으로 도메인을 나누시는 지 궁금합니다!