Domain Driven Programming

From wikinotes
Revision as of 15:30, 6 March 2021 by Will (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Components

  • value objects (immutable, equality by attributes)
  • entities (business objects)
  • bounded contexts (themed group of entities/value objects, named according to their context)

Event Storming

  • domain events on stickies in one colour
  • questions on stickies below in another colour
  • sort chronologically and investigate problem