Skip to content
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

Clean up the SectionDisplayDriverBase and seal more methods in SiteDisplayDriver #16528

Merged
merged 4 commits into from
Aug 6, 2024

Conversation

MikeAlhayek
Copy link
Member

@MikeAlhayek MikeAlhayek commented Aug 6, 2024

In this pull request, the new SiteDisplayDriver<> class allows you to override only the essential methods, keeping it focused and efficient. All other methods have been sealed. As a result, only a select few methods are available for overriding when inheriting from SiteDisplayDriver<>.

Additionally, all obsolete methods have been moved from SectionDisplayDriverBase<> back into the existing SectionDisplayDriver<> class.

image

@MikeAlhayek MikeAlhayek requested a review from Piedone August 6, 2024 16:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants