mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-16 14:14:11 +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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user