The Oxford Comma – Why and Why Not

(deborahcourtbooks.com)

10 points | by taubek 2 hours ago

5 comments

  • EuanReid 50 minutes ago
    There are so many times the Oxford comma prevents ambiguity. I have yet to see a counterexample. Commas separate list entries, don't change it for the last one.
    • stephencanon 17 minutes ago
      "I'd like to thank my mother, Ayn Rand, and God" is the usual example.

      Yes, you can reorder the list to remove the ambiguity, but sometimes the order of the list matters. The serial comma should be used when necessary to remove ambiguity, and not used when it introduces ambiguity. Rewrite the sentence when necessary. Worth noting that this is the Oxford University Press's own style rule!

      • alistairSH 1 minute ago
        I always heard this one...

        We invited the strippers, JFK, and Stalin to the party. [three groups invited - strippers, a president, and a premier]

        We invited the strippers, JFK and Stalin to the party. [the president and premier are strippers]

        Very different visual conjured by those two sentences.

      • t0mek 26 minutes ago
        Only tangentially related (but hey, it's HN) - I'm so happy about the support/requirements for trailing commas in the modern language syntax:

            x = [
              123,
              456,
              789,
            ];
        
        It makes editing such a list so much easier. Also, the commit diffs are cleaner (you don't need to add comma to the last element when appending a new one).
      • happytoexplain 35 minutes ago
        Spoilers: There is no "why not" in the article (aside from "tradition").
        • exacube 13 minutes ago
          • semiversus 49 minutes ago
            You mean "Why, and Why Not"
            • cosmotic 30 minutes ago
              You'd only use the Oxford comma when the list is 3 or more items.