bufferapp/android-clean-architecture-boilerplate

How would package/modularize by feature fall into this?

ursusursus opened this issue · 1 comments

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.