CQRS - The query side

后端 未结 5 883
遥遥无期
遥遥无期 2021-01-30 08:58

A lot of the blogsphere articles related to CQRS (command query repsonsibility) seperation seem to imply that all screens/viewmodels are flat. e.g. Name, Age, Location Of Birth

5条回答
  •  一整个雨季
    2021-01-30 09:39

    I think people are missing the point of CQS (or CQRS, same thing really). CQR is simply a pattern to say that you should have separate models for read and writing. What those model are is completely up to your implementation requirements.

    Folks that been talking about this recently usually describe extremely simple architectures and implementation to drive home that the fact that most enterprise software written today is over-designed and over-engineered.

提交回复
热议问题