Skip to content

Using Vertical Slice Architecture #225

Discussion options

You must be logged in to vote

Hi, @mehdihadeli!

As far as I know Vertical slice architecture doesn’t have a strong definition. It’s about an idea of grouping code according to business functionality. The idea can be applied on different levels of abstraction. Slice can be a module, a group of use cases under the same Aggregate and actually a use case by itself. I recommend you to read this quite interesting thread:

I see vertical slices in hierarchical form. Module is the root (Orders), which contains other smaller slices (OrderPlacement, OrderManagement) which contains smaller slices to the level of the one atomic operation like PlaceOrder, CancelOrder etc.. tweet by Kamil Grzybek

We can consider Feature Folders as…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@mehdihadeli
Comment options

Answer selected by mehdihadeli
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Ideas
Labels
None yet
2 participants