Clean Architecture - An Introduction | Dan Does Code #64
Replies: 8 comments 12 replies
-
Good article Dan. I like your conclusion about software becoming more testable and maintainable using patterns like this as that is where I spend most of my time (legacy code!) |
Beta Was this translation helpful? Give feedback.
-
Thank you.. very good article |
Beta Was this translation helpful? Give feedback.
-
Good article, But I have one important question, If we are using DDD the repository interface definitions must be in Domain layer otherwise you can't use Domain services in aggregates. Am I wrong? |
Beta Was this translation helpful? Give feedback.
-
thanks for great article !! I have one question though - benefits you called out in context of clean architecture can be achieved in layered architecture with DI implementation, isn't ? |
Beta Was this translation helpful? Give feedback.
-
a clean article for clean architecture. 👏 |
Beta Was this translation helpful? Give feedback.
-
Nice one :) |
Beta Was this translation helpful? Give feedback.
-
Hello. Thank you for the article. Can you please elaborate on this point: "The Domain Layer could be included in the Application Layer, but if you are using an ORM like entity framework, the Infrastructure Layer will need to reference the domain models, in which case it's better to split out into a separate layer." |
Beta Was this translation helpful? Give feedback.
-
Hi Dan, thank you for this article. I have a question regarding the Application Layer services.
I understand that it should reference outside layers or concrete implementations of the persistence layers. My question is. Should it reference other "application layer services" as well, if no then why? I'm in favor of NO but I'm looking for practical reasons for this. Thanks. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Clean Architecture - An Introduction
https://www.dandoescode.com/blog/clean-architecture-an-introduction/
Beta Was this translation helpful? Give feedback.
All reactions