You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enitity Domain Mapper 클래스는 Enitity에서 정의를 하는게 바람직합니다.
toDomain( ) 함수 Domain영역에 정의가 되어있는데 언제든지 인프라스트럭처가 교체될 수 있는 유연한 구조의 헥사고날 아키텍처는
Entity에서 그 mapper함수를 전부 관여하는 것이 좋을 것 같습니다.
✅ To Do
Domain에 있는 mapper 함수 Entity 영역으로 옮기기
❗ static 함수에 대한 고찰도 필요해보임 parameter로 List<>와 같은 데이터의 크기가 동적으로 변하는 값이 들어가도 아무런 이상이 없을 것인가 ?
에 대한 고민도 추후에 해보겠습니다.
The text was updated successfully, but these errors were encountered:
💬 Description
Enitity Domain Mapper 클래스는 Enitity에서 정의를 하는게 바람직합니다.
toDomain( ) 함수 Domain영역에 정의가 되어있는데 언제든지 인프라스트럭처가 교체될 수 있는 유연한 구조의 헥사고날 아키텍처는
Entity에서 그 mapper함수를 전부 관여하는 것이 좋을 것 같습니다.
✅ To Do
❗ static 함수에 대한 고찰도 필요해보임 parameter로 List<>와 같은 데이터의 크기가 동적으로 변하는 값이 들어가도 아무런 이상이 없을 것인가 ?
에 대한 고민도 추후에 해보겠습니다.
The text was updated successfully, but these errors were encountered: