6 lines
220 B
Markdown
6 lines
220 B
Markdown
|
|
Why is a **Controller** forbidden from talking to an **Actor**?
|
|
|
|
---
|
|
|
|
🧱 To ensure **independence from presentation details**; the logic (Controller) should only interact with the interface representation (Boundary).
|