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
snowe
06/26/2018, 12:48 AM
We tried doing this using mapstruct and it was just a mess. 😕
snowe
06/26/2018, 12:49 AM
really wish it had worked better, maybe if we put a bit more time into it.
u
ursus
06/26/2018, 1:03 AM
I always do this
k
kenkyee
06/26/2018, 12:55 PM
If you want to separate network and business domain objects, no it's not overkill