Why Separating DTOs from Domain Models Matters in Swift App Architecture
Let me be clear:I hate having to write both DTOs and domain models. It feels like double work. It clutters the codebase. It adds yet another layer to think about when you're just trying to get an API to show some data on screen.
And yet... I do it be...
code-like-a-woman.hashnode.dev4 min read