m09-domain

安装量: 707
排名: #5404

安装

npx skills add https://github.com/actionbook/rust-skills --skill m09-domain

Domain Modeling Layer 2: Design Choices Core Question What is this concept's role in the domain? Before modeling in code, understand: Is it an Entity (identity matters) or Value Object (interchangeable)? What invariants must be maintained? Where are the aggregate boundaries? Domain Concept → Rust Pattern Show more

返回排行榜