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
✨ 작업 내용
관련 사항
유저 도메인 API가 어느정도 완성되어 리팩토링을 하는 과정을 거치려고 합니다. 고민인 점은 User Entity에서 개인정보와 관련된 공통적인 부분을 UserInfo로 분리했는데, 지금 와서 다시 보니 불필요하지 않았나 싶어 여쭈어봅니다.
유저 이름이나 사진에 접근하려고 해도 userInfo를 통해 접근해야 하는 작업이 추가되었고, UserInfo를 별도의 테이블로 분리해서 관리하게 될 경우를 생각하기도 했는데 현 시점에서 의미가 없는 코드 처럼 보이기 때문입니다.
처음 목적은 도메인에 더 많은 책임을 주자는 취지였는데, 이를 제대로 반영하지 못하고 있다는 점 또한 그렇습니다.
행복한 주말 보내십쇼! 감사합니다