Rendered at 18:53:44 GMT+0000 (Coordinated Universal Time) with Cloudflare Workers.
rrook 2 days ago [-]
Sure, the domain model isn't an artifact, but software _necessarily_ contains an artifact of the domain model.
m110 2 days 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".
rrook 7 hours ago [-]
Absolutely - it's like, the "current agreed upon version", but indeed it's a point-in-time snapshot/simplification of whatever the thing being modeled actually is.
Quokka-labs 2 days ago [-]
The biggest shift is treating tests and constraints as the source of truth, not the generated code.
m110 2 days ago [-]
Isn't code what defines the constraints though?
rrook 2 days ago [-]
The domain and delivery/ops context define the constraints, code that gets written ought reflect those constraints, not provide more.