You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Why is the domain model located in the data folder?
From what I understand, I think the dependency rules are directed inwards and there is a domain area at the very inside.
When I think about the directory structure of this architecture and look at the directory structure of the sample project, I wonder why there are no models in the domain folder.
Is there perhaps a special reason?
When I think about it myself, I think that ultimately most of the things expressed in apps are strongly dependent on data received from outside. Is this correct?
And would it be very strange to move the models from the data folder to the domain folder?
The text was updated successfully, but these errors were encountered:
Why is the domain model located in the data folder?
From what I understand, I think the dependency rules are directed inwards and there is a domain area at the very inside. When I think about the directory structure of this architecture and look at the directory structure of the sample project, I wonder why there are no models in the domain folder.
Is there perhaps a special reason?
When I think about it myself, I think that ultimately most of the things expressed in apps are strongly dependent on data received from outside. Is this correct?
And would it be very strange to move the models from the data folder to the domain folder?
@gulamsounov
The 'domain' folder was visible in sample projects that promoted a clean architecture. I used to see the "domain" folder in the repository branches, but now the branches have been reorganized.
Why is the domain model located in the data folder?
From what I understand, I think the dependency rules are directed inwards and there is a domain area at the very inside.
When I think about the directory structure of this architecture and look at the directory structure of the sample project, I wonder why there are no models in the domain folder.
Is there perhaps a special reason?
When I think about it myself, I think that ultimately most of the things expressed in apps are strongly dependent on data received from outside. Is this correct?
And would it be very strange to move the models from the data folder to the domain folder?
The text was updated successfully, but these errors were encountered: