android-clean-architecture-boilerplate
android-clean-architecture-boilerplate copied to clipboard
How would package/modularize by feature fall into this?
I see modularization by layer. How would package/modularize by feature to improve build speeds fall into this?
I second! Package-by-layer is something I would not encourage because it hurts readability and understanding a lot! For Backend this is a no-go for many projects.