Hacker News new | ask | show | jobs
by function_seven 3724 days ago
If that's the Silicon Valley Comma, what do you call this?

    [
       "an
     , "array"
     , "of"
     , "things"
    ]
Because I have an irrational hatred of that style. (Yes, I know the purported benefits when diffing files, I don't care :P)
1 comments

That's not as good as the SVC because you'll still get unnecessary diffs when prepending to the list

SVC allows you to both prepend and append without adding extra diffs