DEV Community

Discussion on: Clean Architecture with Laravel

Collapse
 
phcostabh profile image
Philippe Santana Costa

As you mention the collaboration between interactors, what's your appoach in this cases? How do you share behavior between interactors without having them call each other?

Thread Thread
 
bdelespierre profile image
Benjamin Delespierre

Behavior shared amongst use cases should go into shared services if and only if it's not incidental dupplication.