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에는 toDto(), toEntity()라는 네이밍의 dto <-> entity 변환 메서드가 존재합니다.
toDto()
toEntity()
toDto()는 정적 팩터리 메서드 네이밍 룰에 따라 from()이나 of()가 좋을 것 같은데, 팀원들과 상의해 보고 일괄적으로 수정하는 게 좋을 것 같아 이슈를 열었습니다.
from()
of()
toDto() 대신 from()이나 of()로 사용하는 건 어떨 지 토의
간혹 Entity에 dto로 변환하는 로직이 있는 경우가 있는데, 이를 찾아서 DTO에서 Entity로 수정하도록 변경
dto
The text was updated successfully, but these errors were encountered:
No branches or pull requests
사전 수행 issue
없음.
이슈 내용
현재 각 DTO에는
toDto()
,toEntity()
라는 네이밍의 dto <-> entity 변환 메서드가 존재합니다.toDto()
는 정적 팩터리 메서드 네이밍 룰에 따라from()
이나of()
가 좋을 것 같은데, 팀원들과 상의해 보고 일괄적으로 수정하는 게 좋을 것 같아 이슈를 열었습니다.toDto()
대신from()
이나of()
로 사용하는 건 어떨 지 토의toDto()
메서드 네이밍을from()
이나of()
로 변경간혹 Entity에
dto
로 변환하는 로직이 있는 경우가 있는데, 이를 찾아서 DTO에서 Entity로 수정하도록 변경The text was updated successfully, but these errors were encountered: