DDD Step By Step
A Practical Guide to Domain Driven Design

Browse Wiki Pages by Tags

Showing related tags and posts for the Domain Driven Design Wiki wiki. See all tags in the site
  • Specification

    The Specification pattern allows the decision of "how" to select an Entity from the Entity itself - it is a predicate that determines if an object does or does not satisfy some criteria. This allows separation of complex or cross entity logic from the entites themselves. See also: Blogged The...
    Posted to Domain Driven Design Wiki by Jak Charlton on Mon, Mar 2 2009
    Filed under: ,
  • 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
    Posted to Domain Driven Design Wiki by Jak Charlton on Mon, Mar 2 2009
    Filed under:
Page 1 of 1 (2 items)