Is it a bad practice to have a network response mo...
# announcements
l
Is it a bad practice to have a network response model as well as a room Entity class and then use Mappers to map to and from these classes? I have heard some conflicting views on this point.
s
We tried doing this using mapstruct and it was just a mess. 😕
really wish it had worked better, maybe if we put a bit more time into it.
u
I always do this
k
If you want to separate network and business domain objects, no it's not overkill