Skip to main content

types/DDD/SharedKernel

@arolariu/website


@arolariu/website / types/DDD/SharedKernel

types/DDD/SharedKernel

Fileoverview

Shared Kernel value objects used across bounded contexts.

Remarks

Shared Kernel Concept: Types shared across multiple bounded contexts in DDD.

Current Exports:

  • Currency: Value object for monetary currency representation

Value Object Characteristics:

  • Immutable structures
  • Equality by value, not identity
  • No lifecycle management
  • Shared definitions across domains

See

Currency

References

Currency

Re-exports Currency

// was this page useful?