Joe's
Digital Garden

domain-driven-design

Linked References

  • 22o011800

    An Entity Component System (ECS) is a pattern of entities composed from components with system that operate on those components. The Entity concept is the same as in [[Domain Driven Design]], a component is an aspect of that entity, the system acts upon all entities with that component. Behavior can be changed during runtime by changing out the components that an entity has.