janishar / android-mvp-interactor-architecture

Extension of the android-mvp-architecture for very large projects.
Apache License 2.0
405 stars 97 forks source link

What about I in SOLID principles? #9

Closed Drjacky closed 6 years ago

Drjacky commented 6 years ago

In related to MvpInteractor, shouldn't we consider Interface segregation principle subject?

janishar commented 6 years ago

@Drjacky That is why we have BaseInteractor. It doesn't force the client to implement those methods that it doesn't require.