Jul 21, 2023
Domain Layer should be independent but in code it depends on data layer. Exploits dependency inversion: a high level module should not depends on low level. Correct me, if i am wrong. Thank you for insightful article.
Domain Layer should be independent but in code it depends on data layer. Exploits dependency inversion: a high level module should not depends on low level. Correct me, if i am wrong. Thank you for insightful article.