| ▲ | clickety_clack 2 hours ago | |
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. | ||
| ▲ | tough an hour ago | parent [-] | |
CQRS | ||