Maksim Bagalei
Results
1
comments of
Maksim Bagalei
> What's the point of having a UseCase interface/base class? What's wrong with a plain class like this: > > ``` > class LoginUseCase @Inject constructor(private val loginService: LoginService) {...