logoalt Hacker News

clickety_clacktoday at 4:06 AM1 replyview on HN

It’s rare that I have a project that justifies the full DDD treatment, but one of the great ideas from it that stuck with me was command/query separation, where you separate out queries, which can be mangled agglomerations of objects for reporting and lists, from commands, which drive your business logic.

I love the idea of a separate verb. It always felt like get is just not quite enough.


Replies

toughtoday at 5:28 AM

CQRS