Developing Features not Layers
Developing and thinking about features not layers is something I’ve moved towards over the last several years. I’ve mentioned it in several blog posts and I don’t think I ever explicitly created a post about it. CQRS The real enabler has been CQRS. For those unfamiliar with CQRS or if you think it’s complicated, let me share a quote from Greg Young: CQRS is simply the creation of two objects where there was previously only one. The separation occurs based upon whether the methods are a command or a query (the same definition that is used by Meyer in Command and Query… Read More »Developing Features not Layers