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
반환 DTO id에 도메인 명시
코치님 피드백: 반환시에는 키가 id 만 가는 것보다 도메인명을 명시해주는 것이 좋다.
두가지 방식이 있음.
모든 반환 DTO에 있는 id 필드를 도메인명Id로 수정한다.
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
✍️ 개선 내용 요약
반환 DTO id에 도메인 명시
🔍 개선 이유
코치님 피드백: 반환시에는 키가 id 만 가는 것보다 도메인명을 명시해주는 것이 좋다.
두가지 방식이 있음.
🛠️ 개선 작업 상세 내용
모든 반환 DTO에 있는 id 필드를 도메인명Id로 수정한다.
📈 예상 결과
No response
The text was updated successfully, but these errors were encountered: