79197364

Date: 2024-11-17 14:14:24
Score: 3.5
Natty:
Report link

The point of CQRS as @geek said, is the separation of write and query models. I think you should reconsider using CQRS as it focuses on separation rather than sharing logic. What you are looking for is specification pattern to reuse specs. But these two are not mixable. Read this link from Vladimir Khorikov for more information:

Reasons:
  • Blacklisted phrase (1): this link
  • No code block (0.5):
  • User mentioned (1): @geek
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: R.Abbasi