Slide 35
Slide 35 text
Dependency direction: Summary
Maintain acyclic dependency
- caller → callee
- complex, concrete, mutable → simple, abstract, immutable
Exceptions: asynchronous calls, mediator patterns, etc.
Limit the objective/scope, even for the exceptions
Dependency > Direction > Summary