-
Notifications
You must be signed in to change notification settings - Fork 3.9k
fix run-on sentence #1690
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
fix run-on sentence #1690
Conversation
Replace |
Please explain if you're sure =) |
in English, you can't say
because there are two verbs: "is" and "ate" in one sentence, without using a conjunction. So either use a conjunction, or use ";" to connect them. Otherwise, it is called a run-on sentence. So
"instead" is an adverb, not a conjunction. |
how do I reopen this pull request... I don't see such a button here. (pls see added comments above) |
@paroche please review this. |
I do think it's better with the ";". Don't particularly agree with the ice cream example, but that's not relevant. |
hm, I remember 3 ways to change a run-on sentence: make it 2 sentences, or use a semicolon, or use a conjunction. |
I don't know exactly what the grammarians say, and they may not all agree with each other, but for some sentences with two independent clauses, they can, and even should be separated by a comma. For instance: "The ice cream was so good I ate all of it." Is fine even without even a comma. Gives more of a "rushed" feeling to the sentence, which may be what you want*. Or you could use "that" where the comma would have been. But it's not necessary -- it is implied. And this is fine too: "The ice cream was so good, I ate all of it." Again "that" is implied, and the comma kind of takes its place. You could also do this: "The ice cream was so good. I ate all of it." But that introduces a pause that changes the nuance of the sentence. Now it's not as directly implied that you ate all of it because it was so good (though that's probably the case). It could now be seen more as "The ice cream was so good. Also, I ate all of it". Could be done that way for dramatic or slightly humorous effect. There are a lot of examples of sentences with multiple independent clauses that could be separated by commas, or semicolons, or made into separate sentences. Sometimes a semicolon or separate sentence is better, but not always. It's a matter of feel (and usage). So, "Mary's lamb really loves her, she's its favorite person." Is OK. Could use a semicolon instead of the comma, but it changes it, separates the thoughts a bit more, which may not be exactly what you want. With the comma it has more continuity and flows more directly from the first clause, but it's still easy to read (at least for me).
|
@paroche personally I feel like this PR is unnecessary. I merged it because you said I should, and I trust in your English knowledge. |
actually, the line above sounds more like
which actually should be ok... I don't know all the technical names of grammar... but this one should be ok. Actually when we went to ESL and English classes, one of the first things they went through was run-on sentences, such as Don't go, otherwise you will miss the TV show. this would be a run-on sentence, as "otherwise" is not a conjunction. It was raining, so I didn't go. (this is ok... so is a conjunction) These I don't know the formal grammatical names but they should be ok... I am checking.... |
As you were asking originally, the change was not necessary. I did think that it was a little bit better with the semicolon, and I still think that, but just barely. If you'd rather go back to the comma, I wouldn't argue. Actually, I have more of an issue with the sentence preceding it, which is a bit awkward (perhaps should say something like: "What we did here was just set up several handlers for one promise."?), but I won't worry about that any further until I read the article (I'm off studying other things right now) so I understand better exactly what you're saying. |
kennethkinlum: Yes, as I think I said, with or without the comma, "that" is implied. I'm afraid you can't always believe what they tell you in ESL class -- for instance, I remember a German friend who was surprised to find out that native English speakers frequently end sentences with prepositions, even though she was taught that you never do. (And there's nothing wrong with ending a sentence in a preposition in general -- sometimes it's better if you don't, but other times it's very stilted and awkward if your try to rearrange the sentence to avoid it). "Don't go, otherwise you will miss the TV show." I don't think the above is wrong because "otherwise" is not a conjunction -- you could say "You should stay, otherwise you'll miss the TV show" and that would be fine. The biggest problem is that "otherwise" implies the contrary/contrasting case -- it doesn't mean "if you do", but in this context means "if you don't". "I bought a fountain pen and some notebooks in order that he can practice calligraphy." Not too good because of "in order that he" is awkward. Should maybe simply say "so that he". Usually "in order" is followed by "to". But we're getting kind of away from JavaScript here :-) |
No description provided.