Explain the interaction between the Use Case and the Presenter.
Updated Apr 28, 2026
Short answer
The Use Case calls an Output Port interface, which the Presenter implements to handle the response formatting.
Deep explanation
In the original Uncle Bob diagram, the Use Case doesn't return a value to the Controller. Instead, it sends the result to an 'Output Boundary' (Interface). The Presenter implements this interface. This allows the Use Case to trigger different presentation logic (Success vs. Error) without knowing the UI implementation.
Unlock with a Pro subscription to view this section.
View pricingReal-world example
No real-world example available yet.
Unlock with a Pro subscription to view this section.
Upgrade to ProCommon mistakes
No common mistakes listed yet.
Unlock with a Pro subscription to view this section.
Upgrade to ProFollow-up questions
No follow-up questions available yet.
Unlock with a Pro subscription to view this section.
Upgrade to Pro