svbackend / my-art-lib

Your own library of watched movies with crowd based recommendations and notifications about releases
https://mykino.top
GNU General Public License v3.0
2 stars 0 forks source link

DTO + Invalid Entites #23

Closed svbackend closed 6 years ago

svbackend commented 6 years ago

I think would be cool to remove "setters" and move required properties to constructor. Also if there's a lot of properties - feel free to create DTOs for groups of properties, like NameDTO (firstName, lastName), AddressDTO (Country, city, street...) etc.

svbackend commented 6 years ago

28

svbackend commented 6 years ago

Merged.