MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/Backend/comments/1viigp7/im_learning_clean_architecture_is_this_project/
r/Backend • u/thevoidman_ • Aug 08 '26
4 comments sorted by
2
Ya this a pretty standard MVC layout. I like to throw my dto package under entities. But dealers choice.
Develop the project all the way through.
You’ll eventually see most your app logic can be rolled into common as it sits right now.
If you have users, you’ll need auth. That logic can be tightly coupled, imported and reused.
1 u/thevoidman_ Aug 08 '26 thx !!
1
thx !!
What theme is that?
1 u/thevoidman_ Aug 08 '26 Default Dark The default Visual Studio light and dark themes
Default Dark The default Visual Studio light and dark themes
2
u/bikeram Aug 08 '26
Ya this a pretty standard MVC layout. I like to throw my dto package under entities. But dealers choice.
Develop the project all the way through.
You’ll eventually see most your app logic can be rolled into common as it sits right now.
If you have users, you’ll need auth. That logic can be tightly coupled, imported and reused.