We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
현재 UserController의 getMyUserInfo 메서드 내에서 도메인 엔티티를 API 모델로 매핑하는 로직이 직접 구현되어 있습니다. 이 매핑 로직을 별도의 헬퍼 함수나 매퍼 클래스로 분리하여 코드의 재사용성과 유지보수성을 높일 수 있습니다.
UserController
getMyUserInfo
관련 PR: #31 관련 코멘트: #31 (comment)
요청자: @waterfogSW
The text was updated successfully, but these errors were encountered:
waterfogSW
No branches or pull requests
현재
UserController
의getMyUserInfo
메서드 내에서 도메인 엔티티를 API 모델로 매핑하는 로직이 직접 구현되어 있습니다. 이 매핑 로직을 별도의 헬퍼 함수나 매퍼 클래스로 분리하여 코드의 재사용성과 유지보수성을 높일 수 있습니다.관련 PR: #31
관련 코멘트: #31 (comment)
요청자: @waterfogSW
The text was updated successfully, but these errors were encountered: