Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Violation of the Dependency Rule principle #867

Open
Yeroshin opened this issue Jan 17, 2023 · 0 comments
Open

Violation of the Dependency Rule principle #867

Yeroshin opened this issue Jan 17, 2023 · 0 comments

Comments

@Yeroshin
Copy link

The domain layer violates the Dependency Rule and imports classes from the data layer.
The Dependency Rule tells us that the inner layers should not depend on the outer ones and allows us to build systems that will be easier to maintain, because changes in the outer layers will not affect the inner layers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant