Jul 25, 2017 · 1 min read
Neat article, however I’m used to seeing examples of interactors/use cases as objects with a single method, such as execute. With your example it looks like the interactors are intended to handle every data access call for a presenter. Have you noticed any issues with code reuse from going down this route?
