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

[4주차] 8장. 경계 간 매핑하기- 김기현 #49

Closed
bluewow opened this issue Mar 13, 2022 · 1 comment
Closed

[4주차] 8장. 경계 간 매핑하기- 김기현 #49

bluewow opened this issue Mar 13, 2022 · 1 comment

Comments

@bluewow
Copy link
Member

bluewow commented Mar 13, 2022

책에서 양방향 매핑전략에서의 문제점으로

"도메인 모델이 계층 경계를 넘어서 통신하는데 사용된다 (포트가 도메인 객체를 입력파라미터와 반환값으로 사용한다)"

라고 나와있는데 웹계층이 아닌 웹/영속성 모델이 도메인으로 매핑할 책임을 가지고 있으면 (웹모델 -> 도메인)에 의존성이 생기는 거니깐 문제점이 아니라고 생각하는데 올바르게 생각하는 걸까요?

@bluewow bluewow changed the title [4주차] 8장. 경계 간 매핑하기- 김민석 [4주차] 8장. 경계 간 매핑하기- 김기현 Mar 13, 2022
@bluewow
Copy link
Member Author

bluewow commented Mar 15, 2022

dto 의 장점

  • request 모델을 도메인으로 컨버팅하는 책임을 가지고 있다

단점

  • dto -> domain 에 대한 의존성이 생긴다

@bluewow bluewow closed this as completed Mar 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant