-
-
Notifications
You must be signed in to change notification settings - Fork 26.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#2373 feature add: Vertical Slice Architecture. #2828
Conversation
Quality Gate passedIssues Measures |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks very good already. Added a couple of minor comments that we need to address before merging.
|
||
> Similarly, in software development, vertical slice architecture involves organizing the codebase based on features. | ||
> Each feature has its own self-contained set of components, making it easier to add, modify, or remove features without disrupting the entire application. | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would it be possible to add a minimal code example here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
instead of code examples, can it be project file structure?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, I think we can improvise a bit here. Whatever describes the pattern most effectively.
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
@sugan0tech some tests are failing and need to be fixed before merging |
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
Closed due to inactivity. Thank you for your contributions. |
Added the Vertical Slice Architecture #2373. previous PR: #2600