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
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.
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.
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
The text was updated successfully, but these errors were encountered: