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

Adding/Removing the abstract modifier on a class/trait #101

Open
tomzx opened this issue Feb 15, 2018 · 0 comments
Open

Adding/Removing the abstract modifier on a class/trait #101

tomzx opened this issue Feb 15, 2018 · 0 comments

Comments

@tomzx
Copy link
Owner

tomzx commented Feb 15, 2018

Code Level Rule Explanation
--- --- - Class ---
VXXX MAJOR -- Added The method doesn't have an implementation anymore. It must be implemented by all class that inherit from it.
VXXX MINOR -- Removed The method may have an implementation. Classes that inherit from it may not need to implement it anymore.
--- --- - Trait ---
VXXX MAJOR -- Added The method doesn't have an implementation anymore. It must be implemented by all class that inherit from it.
VXXX MINOR -- Removed The method may have an implementation. Classes that inherit from it may not need to implement it anymore.
@tomzx tomzx changed the title Adding/Removing the abstract modifier on a class/interface/trait Adding/Removing the abstract modifier on a class/trait Feb 15, 2018
@tomzx tomzx added this to In progress in Roadmap Feb 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Roadmap
In progress
Development

No branches or pull requests

1 participant