-
Notifications
You must be signed in to change notification settings - Fork 1
[Question] "Multiple" or "Multiply"? #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
Comments
multiple, since it reads more like "multiple values specified". |
And did you Furthermore, why do the descriptions use French Spacing although English in general does not? |
Another point: should not the option descriptions rather use Imperative / Present instead of Indicative / Simple Present, as Cargo does it, for example? |
I asked @Ranplax
I'm not sure what you mean by French Spacing 😅 |
I guess you are right. I just wrote them without overthinking them too much 😅 |
French Spacing is a LaTeX feature. In languages like English or Italian, it is common to place two space characters after finishing a phrase (. ! ? : ‽ ...). Languages like French or German just place one space character after a phrase was ended. LaTeX's But when authoring software, software engineers need to care for this convention themselves since there is no LaTeX to fix it automatically (except for Doxygen but only in PDF mode). This is why I would like to outline that we need to agree on how to handle French Spacing. For instance, my fixes of the |
I see. And where exactly do we have French spacing? |
Just like Cargo's Before ending up in a dispute about adverbs, such a natural language linter usually helps to solve such grammar issues since it is a neutral and objective instance. |
In the option descriptions. Always at the beginning of the second phrase, there is just one space character. |
Hmm, I can not find examples, where this is used with full stops. Do you have maybe some? |
1 similar comment
Hmm, I can not find examples, where this is used with full stops. Do you have maybe some? |
In my fork, the first occurrence of French Spacing is at line 15 of
But instead, it should rather be without French Spacing:
Indeed, this is a very small detail. But it is still part of the project. And in my opinion, since we discussed whether or not to place syntactically possible but obsolete semicolons in #6, we should also care for this detail. If you want to see the differences with and without French Spacing in action in a larger text, do the following:
You will definitely encounter a difference. This difference should be minded when writing text in a language which does not apply French Spacing. And as I said, English is one these languages. Proof: set your |
But you are comparing here a mono spaced font with a variable spaced font. E.g. if I copy text from the English wikipedia
There is only one space after each full stop. However that space will be rendered does not matter too much imho. |
On the other hand, avoiding of French Spacing is practiced in order to recognise the end of phrase more easily. This also holds true for source code. |
Do you have any example of source code for that? Except of latex settings I do not really find anything for that.. |
The license header of the former does not apply French Spacing and my documentation strings neither. To me, this looks more readable. Just like the GPL 2.0 itself; see the latter link for an example. |
I meant in other code bases. I expected you, to use the spacing style you're advocating for.. 😅 |
GNU Octave: https://github.com/gnu-octave/octave |
The GNU Shell Intrinsics: https://github.com/coreutils/coreutils |
Thanks for your examples, but I have to admit, I'm not a fan of it. But thanks anyway, I wasn't aware, this exists. But I think we should stick with singular spaces. |
In summary:
By the way what did |
Yes. I didn't ask it. I'm open to other wordings in general though. But I'm pretty sure, that multiple is correct, since it is not referring to "specified". |
And to which actually contained word it refers if not to specified? |
An implied "values" |
How about "ORs if specified multiple times"? |
"ORs if specified multiple times" sounds good 👍 |
Fine! |
Regarding the option documentation, I am unsure whether it should rather be "multiply" instead of "multiple".
After all, the word annotates the verb "specify", right? From my point of view, this would actually require an adverb... Did you already check it with
languagetool
or so?If a change should be necessary, I would suggest to add it to #9.
The text was updated successfully, but these errors were encountered: