-
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
"stutter" could be considered ableist language? #3521
Comments
We could rename the lint and keep the old name as a redirect, if possible. "stutter" in English can just mean "repetition", but I don't see a big reason to not change this. |
CC #2845 |
I disagree a bit on the simple repetition meaning, everything I could find about stutter online would point me to the speech disorder first. Put another way: I would not call the DRY principle (Don't Repeat Yourself) in software development equivalent to calling it the DS principle (Don't Stutter). I think that would be quite offensive. |
I'm specifically talking of repetition of words; DRY is different. |
Now that @oli-obk has added the "good first issue" tag I will try to come up with a PR to change this. I see some confused/thumbs down emojis here, please let me know if we missed any reasons not to change this. |
chore(module_name_repeat): Rename stutter lint to module_name_repeat to avoid ableist language See #3521
chore(module_name_repeat): Rename stutter lint to module_name_repeat to avoid ableist language See #3521
My PR was completed by @flip1995 and merged, so I think we are done here. Thanks everyone! |
Hi,
thanks for clippy, a great tool!
I just discovered the "stutter" lint at https://rust-lang.github.io/rust-clippy/master/#stutter and found the naming quite disturbing. Repeating names in source code is by no way comparable to people with a stuttering disability. The Rust code of conduct is committed to a friendly environment for people with a disability and I think the "stutter" wording violates that.
Proposed solution: rename the "stutter" lint to "module_name_repeat", which is more descriptive.
2 disclaimers: I'm not a native English speaker and I don't have a stuttering disability.
The text was updated successfully, but these errors were encountered: