220 B
220 B
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).