DDD Step By Step
A Practical Guide to Domain Driven Design

Double Dispatch

Double Dispatch

In simple terms, Double Dispatch means we pas in an object to a function, to let the function take an action or make a decision, based on the logic of the passed in object. This decouples our Entities from the actions they take.

TBA

Recent Comments

Leave the first comment for this page.