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

refactor: change Kurt from an interface to an abstract class #13

Merged
merged 1 commit into from
May 8, 2024

Conversation

jemc
Copy link
Contributor

@jemc jemc commented May 7, 2024

This will enable Kurt to provide some convenience methods in a common place (implemented as a composite of the abstract methods that each concrete class must implement.

An example of the kind of convenience method I'm talking about is described in this comment.

Overall, this is a breaking change so I want to introduce it before the impending public release.

BREAKING CHANGE: Kurt is now an abstract class.

This will enable Kurt to provide some convenience methods in a common place (implemented as a
composite of the abstract methods that each concrete class must implement.

An example of the kind of convenience method I'm talking about is described in [this
comment](#12 (comment)).

Overall, this is a breaking change so I want to introduce it before the impending public release.

BREAKING CHANGE: Kurt is now an abstract class.
@jemc jemc self-assigned this May 7, 2024
@jemc jemc requested review from andreszorro and InfraK May 8, 2024 13:05
@jemc jemc merged commit aad8ea5 into main May 8, 2024
1 check passed
@jemc jemc deleted the refactor/kurt-abstract-class branch May 8, 2024 15:44
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.

3 participants