Open esoxjem opened 8 years ago
"Package by feature, not by layer" is the advice I've heard. I haven't yet seen a Clean Architecture example repository that follows this advice, and I'll admit I was hoping to find it here.
Take a look here... https://github.com/android10/Android-CleanArchitecture/issues/112
@epeterson320 I've taken a shot at it. https://github.com/esoxjem/MovieGuide
@Rainer-Lang Your package structure talks about the tools (data, domain, presentation) and not the intent.
@rallat Uncle Bob says when you open the package structure, it should scream the intent of the application and not the tools/framework used. Right now the packages model, presenter, service, ui just tell me about the tools, that MVP is used. What's your opinion?