Hacker News new | ask | show | jobs
by chrischapman 1639 days ago
I'm just seeing arrays everywhere. 1, 2, and 3 seems wrong to me. I reckon it should either be 1, 2, 3 or 1, 2 and 3. When a comma is followed directly by 'and' (or by 'or'), one of them just seems superfluous.

On a side note, it makes you wonder if lawyers should take a course in programming. I wonder if these two arrays would have clarified matters:

The Intent of the Contract: no overtime for the following: [ canning, processing, preserving, freezing, drying, marketing, storing, packing for shipment, distribution ] This would have included truck drivers because it separates packing from distribution.

The Ruling: No overtime for the following: [ canning, processing, preserving, freezing, drying, marketing, storing, packing for [ shipment, distribution ] ] This excludes truck drivers because it puts distribution with packing and truck drivers don't pack! The power of arrays.

1 comments

It really does seem like simply adding more punctuation could save a lot of trouble.