-
Notifications
You must be signed in to change notification settings - Fork 56
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
Sniff to disallow set methods. #93
Comments
Sorry @Exadra37 I think you have the wrong project. Were you thinking of https://github.com/bmitch/Codor ? |
See bmitch/Codor#111 |
@bmitch this is not Gitlab where we can cross reference issues between repos... your last comment points to itself ;) Sorry to open the issue in the wrong repo :( |
Thanks @Exadra37 I updated it 😃 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Using set methods in a class is not advised, because:
I can continue with more cases why we should not use set methods, but I think the above 3 ones are strong enough to justify the sniff.
Thanks for your excellent work.
The text was updated successfully, but these errors were encountered: