SimTong-Backend
SimTong-Backend copied to clipboard
Response DTO 분리
Discussed in https://github.com/Team-ComIT/SimTong-Backend/discussions/91
Originally posted by softpeanut October 3, 2022
AS-IS
- application 또는 domain module에서 Response DTO를 생성해 presentation module로 반환한다.
- presentation module에서는 해당 Response DTO를 요청자에게 그대로 반환한다.
Discussion
- Response DTO를 생성하는 위치를 presentation module로 바꿀지 고민