13

I find the commas between coordinate adjectives unnecessary.

For example, the followings seem to be both fine to me.

  1. It’s a bulky, heavy box.

  2. It’s a bulky heavy box.

Is that so?

Sasan
  • 2,068
  • 5
  • 31
  • 54

4 Answers4

34

I agree, both versions seem fine. I parse them slightly differently, though.

It’s a bulky, heavy box.

This means the box is bulky, and the box is heavy.

It’s a bulky heavy box.

This means the heavy box is bulky.

Now, in most cases, this will actually mean exactly the same thing. There are situations where there is an actual difference, though.
When you are talking about several heavy boxes, some of which are bulky, some of which are not, you would probably use the second version, whereas when you are talking about boxes with different properties, you would use the first:

Lifting heavy boxes is not really difficult, as long as you know that a given box is heavy. When you see a bulky heavy box, you can probably guess it's heavy. The problem is with small heavy boxes. If you try to pick up a shoe box containing lead, it is a lot heavier than you would expect it to be.

versus:

We managed to move all the boxes to the third floor, except for that one. That is a really bulky, heavy box; we couldn't get it up the stairs.

oerkelens
  • 25,014
  • 1
  • 59
  • 79
22

[1] It’s a bulky, heavy box.

[2] It’s a bulky heavy box.

There is a difference. The punctuation here distinguishes coordination from the stacking of modifers.

In [1] "box" is modified by a coordination of adjectives giving the meaning "box that is both bulky and heavy".

In [2], by contrast, there are two layers of modification: "box" is modified by "heavy" to form the nominal "heavy box", and this is in turn modified by "bulky", giving the interpretation "box that is bulky by the standards applicable to heavy boxes".

Thus the syntax is different and there are two different shades of meaning, but for most practical purposes in this case it doesn't make a great deal of difference.

BillJ
  • 16,811
  • 1
  • 16
  • 28
5

One aspect of commas which is less often touched on in grammatical rules is that they also set the phrasing with which the text is to be read.

How would you say that? For myself, I'd probably have a small pause between "bulky" and "heavy", so I'd insert a comma. On the other hand, I'd probably say "a huge steaming pile of manure" without any pauses, so I would tend not to insert a comma between "huge" and "steaming".

Grammatical rules primarily exist to guarantee successful communication - but (to paraphrase Jesus) the rules are made for the good of the communication, not the communication for the good of the rules. If you know why you're not following a rule, then you know enough to recognise whether the resulting text is better or worse at communicating the concept to your audience. The reason for the rules existing in the first place is that many people aren't competent enough with language to recognise this.

Graham
  • 2,595
  • 11
  • 16
  • 3
  • 1
    This doesn't seem right to me. A huge, steaming pile of manure is a huge, steaming pile of manure, no matter where you pause. Sometimes, a pause is just a pause. – Dawood ibn Kareem Dec 09 '17 at 05:13
  • 1
    @J.R. Beware of following links which are actually Google searches, since they may not be helpful at all. I could write a speech about filter bubbles alone, but there's plenty more wrong with it. I had expected more from a moderator. – Mast Dec 09 '17 at 18:21
  • 1
    @Mast For a good discussion of how commas have gradually changed over time from merely transcribing pauses from speech to showing more structural information about a sentence, I highly recommend Pause and Effect: Punctuation in the West (M. B. Parks). Although commas still do correspond to pauses quite often today, that correspondence is quite a bit weaker than it used to be. –  Dec 10 '17 at 15:59
  • @snailplane Thanks for that pointer. Yes, it's certainly not so clear-cut, but other answers had already adequately covered the strict-grammatical-rules usage. I wanted to catch the other major reason for using commas (and perhaps their original purpose). Without knowing what the OP is writing, of course, guidance is a little more tricky. A technical manual and an e e cummings poem are not exactly going to follow the same rules! :) – Graham Dec 11 '17 at 10:53
  • @Mast - I checked out most of the links on that page before posting the search. I simply wanted to point out that dishing out "insert-a-comma-where-you-pause" advice seems to be perpetuating a grammar-school myth. At any rate, if you expect more from a moderator, I can at least refer you to a couple prior answers on this same topic, in 2016 and in 2014. – J.R. Dec 11 '17 at 17:23
  • @J.R. What Google shows for you, is not necessarily what Google shows others. I'm not against including links, but including the actual links provided by a search instead of the search itself would be much more useful in my opinion and more resistant to link rot caused by age. – Mast Dec 11 '17 at 18:10
  • @Mast - I agree, which is why I left my follow-on comment. (Those linked answers both have links to grammar websites, not Google searches.) – J.R. Dec 11 '17 at 18:16
  • I know, glad we're on the same page about that. – Mast Dec 11 '17 at 18:21
1

As per the rule of punctuation, comma is needed between SIMILAR types of adjectives before the noun. These are known as 'Coordinate adjectives : It's a bulky, heavy box. [ opinion _ opinion ] Here, 'bulky' is modifying 'box'. 'Heavy' is modifying 'box''. Similarly, The long, narrow path. Some elegant, delicious food.

But no commas are needed between DIFFERENT types of adjectives before the noun. These are known as 'Cumulative adjectives' : A big square blue box. [ size _ shape _ colour ] Here, 'blue' is modifying 'box'. 'Square' is modifying 'blue box'. 'Big' is modifying 'square blue box'.

Hope, it is now quite clear. If you write " It's a bulky heavy box", your sentence is incorrect in respect of the rules of punctuation.

Sandip Kumar Mandal
  • 2,480
  • 10
  • 29