DEV Community

Discussion on: How to Leverage the Command Pattern for Better Decoupling

Collapse
 
david_j_eddy profile image
David J Eddy

Love the Command Pattern, as stated once you are able to wrap your head around the basic components the pattern just falls into place. Couple this with the Command Bus system architecture system decoupling becomes second nature.

Thank you for the article Kyle.

Collapse
 
kylegalbraith profile image
Kyle Galbraith

Thank you for the comment David. It is a fantastic pattern for enabling async batch processing. When you combine it with cloud provider services like SNS and SQS, you get some awesome results.