-
-
Notifications
You must be signed in to change notification settings - Fork 1.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
Added ICopper interface to reduce duplications #6390
Conversation
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.
A rename of the interface should be done to remove the aliases everywhere.
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 OK to me
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.
Thanks for your contribution!
I don't much like the name of this interface. Are there no better options? It's not yet released (still stuck on |
There are some other naming options I came up with, but I doubt they are better than
|
Maybe |
|
Just make the PR so it can be reviewed here |
Introduction
This PR implements
ICopper
interface to reduce duplications and make further additions of copper blocks (such as #6366) easier.Relevant issues
#6366
Changes
API changes
Added
ICopper
interface