- Home>
- design patterns
In this post, I want to share how I might have overused the Command Query Responsibility Segregation (CQRS) pattern when developing .NET applications that follow clean architecture.
Continue readingRecently, I read the book “Clean Architecture” by Robert C. Martin. Overall, this is a great book with a wealth of information on software design principles to guide developers to build scalable, maintainable and flexible applications. A core part of the book discusses about six design principles which together make up the acronym SOLID.
Continue reading