The single genuinely new contribution of Evans' DDD book, per Heimeshoff: don't build one global 'Customer' class — build a dedicated model in each bounded context (payment has creditor/debitor, delivery has a shipping address, warehouse doesn't know customers exist). Contexts share only IDs/references.