Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Any example of package by feature? #232

Open
nilsi opened this issue Jun 1, 2017 · 2 comments
Open

Any example of package by feature? #232

nilsi opened this issue Jun 1, 2017 · 2 comments

Comments

@nilsi
Copy link

nilsi commented Jun 1, 2017

Hi,

As of my understanding theres another branch in the repo refactor-project-structure that aims for one module instead of three. Does it also implement package by feature? Having some problems wrapping my head around it.

What Im looking for is a clean architecture example that package by feature. Structured something like this:
https://hackernoon.com/package-by-features-not-layers-2d076df1964d

It looks very intuitive to me, love the readability.

Thanks

@lenguyenthanh
Copy link

you may look at: https://github.com/android10/Android-CleanArchitecture/tree/core/refactor-project-structure and #103

@nilsi
Copy link
Author

nilsi commented Jun 4, 2017

Thanks, I looked at that before. Package by feature should "scream" the intent of the application and not the tools/frameworks used. That branch seems to have a mix between package by layer and by feature or I didn't understood the code there properly.

I found this project that looks pretty much like what I had in mind:
https://github.com/esoxjem/MovieGuide

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants