Cleaning your Big Ball of Mud using CQS - with Matt Hunt

The Unhandled Exception Podcast - A podcast by Dan Clarke (@dracan)

Categories:

In this episode, I was thrilled to be joined by Matt Hunt to chat about using the CQS pattern to improve your codebase quality and help avoid writing those ‘Big Ball of Mud’ code-bases that sadly we see way too often in our industry!CQS (Command Query Separation) is a pattern that states that a method should either be a command that performs an action or a query that returns data, but not both. This approach promotes a clear separation of concerns, improves readability, and can lead to more m...

Visit the podcast's native language site