Replies: 2 comments
-
Note: update using |
Beta Was this translation helpful? Give feedback.
0 replies
-
Ticket created #258 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Issue
Our current template base structure under
lib/
folder is not up to date with the Clean Architecture folder structure. There is no clear separation between thedata
,domain
, andpresentation
layers. Also, the current structure does not fully follow the Clean Architecture components naming.Therefore, the project outcome generated lacks a sufficiently sound foundation to commence development.
Solution
Here is the sample structure under
lib/
folder to follow the Clean Architecture:References:
Who Benefits?
Developers
What's Next?
6 votes ·
Beta Was this translation helpful? Give feedback.
All reactions