Skip to content
New issue

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 네이밍을 결정하고 변경한다. #419

Open
3 tasks
gusah009 opened this issue Sep 20, 2022 · 0 comments
Open
3 tasks
Labels
👀 good first issue Good for newcomers ❤️ refactor 코드 리팩토링 (기능상 변경이 없어야 함)

Comments

@gusah009
Copy link
Member

사전 수행 issue

없음.

이슈 내용

현재 각 DTO에는 toDto(), toEntity()라는 네이밍의 dto <-> entity 변환 메서드가 존재합니다.

toDto()정적 팩터리 메서드 네이밍 룰에 따라 from()이나 of()가 좋을 것 같은데, 팀원들과 상의해 보고 일괄적으로 수정하는 게 좋을 것 같아 이슈를 열었습니다.

  • toDto() 대신 from()이나 of()로 사용하는 건 어떨 지 토의

    • 바꾸기로 결정됐다면, 모든 DTO에서 사용중인 toDto() 메서드 네이밍을 from()이나 of()로 변경
  • 간혹 Entity에 dto로 변환하는 로직이 있는 경우가 있는데, 이를 찾아서 DTO에서 Entity로 수정하도록 변경

@gusah009 gusah009 added ❤️ refactor 코드 리팩토링 (기능상 변경이 없어야 함) 👀 good first issue Good for newcomers labels Sep 20, 2022
@gusah009 gusah009 changed the title DTO, ENTITY의 toDto, toEntity 네이밍을 결정하고 변경한다. DTO, 엔티티의 toDto, toEntity 네이밍을 결정하고 변경한다. Sep 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
👀 good first issue Good for newcomers ❤️ refactor 코드 리팩토링 (기능상 변경이 없어야 함)
Projects
None yet
Development

No branches or pull requests

1 participant