mpierucci / Android-Redux

Redux like unidirectional data flow architecture proposal
0 stars 0 forks source link

Interface for UseCases #7

Open mpierucci opened 2 years ago

mpierucci commented 2 years ago

Consider Creating interfaces for use cases instead of plain classes. Given the modular architecture of the project, different modules could consume domain modules for it use cases. Having interfaces instead of regular classes can help compilation time when the internal implementation of the use cases changes.