Back to News
Advertisement
Advertisement

⚑ Community Insights

Discussion Sentiment

50% Positive

Analyzed from 76 words in the discussion.

Trending Topics

#domain#artifact#code#constraints#model#isn#sure#software#contains#makes

Discussion (5 Comments)Read Original on HackerNews

rrookβ€’about 2 hours ago
Sure, the domain model isn't an artifact, but software _necessarily_ contains an artifact of the domain model.
m110β€’about 2 hours 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β€’about 6 hours ago
The biggest shift is treating tests and constraints as the source of truth, not the generated code.
m110β€’about 3 hours ago
Isn't code what defines the constraints though?
rrookβ€’about 3 hours ago
The domain and delivery/ops context define the constraints, code that gets written ought reflect those constraints, not provide more.