DDD matters more when AI writes your code

(threedots.tech)

6 points | by roblaszczak 5 hours ago ago

5 comments

  • rrook 31 minutes ago

    Sure, the domain model isn't an artifact, but software _necessarily_ contains an artifact of the domain model.

    • m110 25 minutes ago

      Makes sense, but this artifact is still a simplification, right? The domain model isn't just this one artifact in the code but the broader "idea".

  • Quokka-labs 4 hours ago

    The biggest shift is treating tests and constraints as the source of truth, not the generated code.

    • m110 2 hours ago

      Isn't code what defines the constraints though?

      • rrook 43 minutes ago

        The domain and delivery/ops context define the constraints, code that gets written ought reflect those constraints, not provide more.