Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
CQRS中的“工作单元”大家是怎么解决的?我想要一个更新“标题”和“描述”的命令,而不是“链接”..
someclass { 字符串标题;字符串描述;字符串 [] 链接;}
只需创建一个 UpdateTitleAndDescriptionCommand。整个实体 CRUD 被高估了,并且最常导致协作环境中的竞争条件。