SimTong-Backend icon indicating copy to clipboard operation
SimTong-Backend copied to clipboard

Response DTO 분리

Open softpeanut opened this issue 2 years ago • 0 comments

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로 바꿀지 고민

softpeanut avatar Oct 03 '22 06:10 softpeanut