-
Notifications
You must be signed in to change notification settings - Fork 29.9k
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
doc: change "less" to "fewer" in CONTRIBUTING.md #17838
Conversation
Consider the phrase "50 characters or less". The use of "less" in that phrase is grammatically incorrect. "Less" and "fewer" are both quantifiers with similar functions. However, "less" suits mass nouns ("less water", "less salt"). "Fewer" suits countable nouns ("fewer chairs", "fewer doors"). "Character" is a countable noun. Therefore, "fewer" is the appropriate quantifier for it. I apologize for the pedantry, but it was bothering me 😅 .
@@ -307,7 +307,7 @@ notes about [commit squashing](#commit-squashing)). | |||
A good commit message should describe what changed and why. | |||
|
|||
1. The first line should: | |||
- contain a short description of the change (preferably 50 characters or less, | |||
- contain a short description of the change (preferably 50 characters or fewer, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe my sense as a non-native speaker is off, but with fewer
, re-ordering to 50 or fewer characters
sounds more natural to me? 😄
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It feels more correct to me, too!
I live in the US. Interchanging fewer
and less
is common here, even when it's technically incorrect. It doesn't bother me much, actually. The distinction is pedantic.
However, I figured that I should fix it anyway. It would bother someone else eventually, I think. 🤷
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
less
is correct here. fewer
is an unidiomatic hypercorrection. More in a bit...
My Google Books linking ability is not the greatest but this should get you to the right page. Scroll up to the top of the "fewer, less" section (at the top of page 265) and read the whole section. Or I can just type it in here:
This is Fowler's Modern English Usage Second Edition from 2008 but other usage guides will tell you basically the same thing. The last example (fifty words or less) is closest to what we have here. |
OK, so now that I'm done typing all that stuff, I should add the things I probably should have said first which would be: Thanks for the pull request! It's great that you want to improve the docs! If you enjoy doc editing/writing, I have a list of things I've been meaning to get to some day but never seem to get around to. Hit me up. :-D |
I concede to your judgement. 🙏 I do enjoy doc-writing! It’s not a glamorous job in open-source. However, documentation can make/break an open-source project. Poorly written docs frustrate me. Well written docs are joyful surprises. Thus, I think doc-writing is worthwhile. Please, let me know how I can help! |
Since you were looking at A problem with our Unfortunately, that can be in tension with other purposes/uses of I had intended to go through and make it more concise in a piecemeal fashion without eliminating content. see 90abfd6 for example. But then… I went to open a pull request in ESLint and came across this magnificent example of a Nice and short, but links out to the things you need to know. If you're opening a bug report it doesn't put hundreds of words about change requests in front of you. That sort of thing. So, if you (or someone else) wants to try to re-organize our |
I opened a separate issue about it and tagged it |
Perfect. Thanks for the guidance! |
Consider the phrase "50 characters or less".
The use of "less" in that phrase is grammatically incorrect.
"Less" and "fewer" are both quantifiers with similar functions.
However, "less" suits mass nouns ("less water", "less salt").
"Fewer" suits countable nouns ("fewer chairs", "fewer doors").
"Character" is a countable noun. Therefore, "fewer" is the appropriate quantifier for it.
I apologize for the pedantry, but it was bothering me 😅 .
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passesAffected core subsystem(s)
doc