Skip to content

C#: Introduce class Overridable #7377

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

Merged
merged 1 commit into from
Dec 14, 2021
Merged

Conversation

hvitved
Copy link
Contributor

@hvitved hvitved commented Dec 13, 2021

The class Overridable generalizes the existing class Virtualizable by also including accessors. This allows for quite a bit of code to be simplified.

@github-actions github-actions bot added the C# label Dec 13, 2021
@hvitved hvitved force-pushed the csharp/overriable-class branch from 71cdbff to 11aec22 Compare December 14, 2021 08:43
The class `Overridable` generalizes the existing class `Virtualizable` by also
including accessors. This allows for quite a bit of code to be simplified.
@hvitved hvitved force-pushed the csharp/overriable-class branch from 11aec22 to a9c4389 Compare December 14, 2021 09:52
@hvitved hvitved marked this pull request as ready for review December 14, 2021 11:04
@hvitved hvitved requested a review from a team as a code owner December 14, 2021 11:04
Copy link
Contributor

@michaelnebel michaelnebel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very nice!!

@hvitved hvitved merged commit 15caaa7 into github:main Dec 14, 2021
@hvitved hvitved deleted the csharp/overriable-class branch December 14, 2021 19:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants