Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • This makes much more sense now. From this perspective, I could see this Mapper as a type of Repository, commonly used in DDD, right? I'll read Chapter 23 to better understand why Uncle Bob uses this terminology and the reasoning behind it. Thank you! Commented Dec 4, 2024 at 13:54
  • 1
    @Tozine, remember that Clean Architecture is defined in super abstract terms. This is so you can envision how almost any application written in any framework, language, or tech stack (using any number of design patterns), can fit (or be retrofitted) into Clean Architecture. Readers can adapt these ideas to applications they know once they understand how the author defines them. Commented Dec 4, 2024 at 19:04