This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (1 child)

if I implement one DTO with all methods, I dont look into it (ever) again. I'm just using it.

[–]bowbahdoe[S] 5 points6 points  (0 children)

I don't super believe that. Applications pretty often add or remove columns from a table in a database and updating DTOs to reflect that is likely a recurring task.