1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-17 14:41:52 +02:00

Corrects the CQS article (#7396)

* Improved CQS article

The previous article referred to a broader, architectural pattern of CQRS, which are not the same

* Update src/data/roadmaps/software-design-architecture/content/100-clean-code-principles/113-command-query-separation.md

removed extra bracket.

---------

Co-authored-by: dsh <daniel.s.holdsworth@gmail.com>
This commit is contained in:
Roy Straub
2024-10-09 12:17:55 +02:00
committed by GitHub
parent 29d3b26fe4
commit cad104a413

View File

@@ -4,4 +4,4 @@ Command-Query Separation (CQS) is a software design principle that separates the
Learn more from the following links:
- [@article@CQRS Pattern](https://learn.microsoft.com/en-us/azure/architecture/patterns/cqrs)
- [@article@CQS Pattern](https://martinfowler.com/bliki/CommandQuerySeparation.html)