Questions
Let’s take a look at a few practice questions:
- What design patterns can we use in a vertical slice?
- Is it true that when using Vertical Slice Architecture, you must pick a single ORM and stick with it, such as a data layer?
- What will likely happen if you don’t refactor your code and pay the technical debt in the long run?
- Can we handle crosscutting concerns using behaviors and MVC filters in other types of applications or are they enabled by Vertical Slice Architecture?
- What does cohesion mean?
- What does tight coupling mean?