-
Notifications
You must be signed in to change notification settings - Fork 10
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
Rule: Do not provide static methods and properties #19
Comments
This seems too strict for me and hard too explain. It is not only required for constants, but also for calls to If you want to discourage static methods and static properties, the rule could be "do not provide static methods and properties". This is debatable too, but more clear. |
@schmengler 👍 |
Potential restrictions of this rule (to be discussed)
|
For now, accepted in the form of:
(medium warning level) |
Paamayim Nekudotayim (double collon / static) should not be used in classes (except reference to const).
The text was updated successfully, but these errors were encountered: