DEV Community

Discussion on: Clean Architecture Essentials

Collapse
 
kobbidev profile image
Kobbi

Awesome post about Clean Architecture. Thank you so much.

I did not understand the utility of presenter class. I tought that the presenter class should wrap up multiple return types using generics. It so, it would map the use case output to the specific UI that requested the use case execution.

In your example, using the automapper would't do the job?