Hacker News new | ask | show | jobs
by madsohm 1315 days ago
Many languages also support a comma after the last item, meaning you can still have one line diffs and have a sane reading structure:

    [
      item1,
      item2,
      item3,
      item4,
    ]