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

Add @final decorator to the classes that need it #73

Closed
sobolevn opened this issue Aug 27, 2018 · 1 comment
Closed

Add @final decorator to the classes that need it #73

sobolevn opened this issue Aug 27, 2018 · 1 comment
Assignees
Labels
feature New feature or request pr-merged

Comments

@sobolevn
Copy link
Member

Every class should be final by default.
Only classes that are designed to be subclassed should not be marked final.

@sobolevn sobolevn added the feature New feature or request label Aug 27, 2018
@sobolevn sobolevn self-assigned this Aug 27, 2018
@sobolevn
Copy link
Member Author

Not required for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request pr-merged
Projects
None yet
Development

No branches or pull requests

1 participant