Restructuring to a Vertical Slice Architecture
What is vertical slice architecture and how does it compare to clean architecture? Ultimately it’s about coupling and dependencies. With vertical slice architecture, you’re organizing your code across a feature rather than layers. The focus is on features and capabilities rather than technical concerns. Coupling is limited by the scope of the feature and the size of the vertical slice. YouTube Check out my YouTube channel where I post all kinds of content that accompanies my posts including this video showing everything that is in this post. Clean Architecture Before jumping into Vertical Slice Architecture let me first talk about Clean Architecture… Read More »Restructuring to a Vertical Slice Architecture