0

Sorry for mistakes but I'm not a native English speaker.

In the clean architecture there is a controller and a presenter, what is the sense?

Is it the same controller as in the MVC pattern? Is it the same presenter as in the MVP pattern?

Why use both together?

Look at this: enter image description here

Can you give me an example?

Is the clean architecture similar to ports and adapters? If yes, where are the adapters?

Flot2011
  • 4,212
  • 2
  • 37
  • 54

1 Answers1

1

To the best of my knowledge, there is no value in mixing the MVP and MVC patterns. Although semantically similar, mixing presenters and controllers just results in confusion.

Could it be that this framework is using the terms independently of the known MVP/MVC patterns and gives them a different meaning within the context of the framework?

David Osborne
  • 6,052
  • 1
  • 19
  • 32