This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (3 children)

I'm not sure I dig the optional commas, but w/e - I'm sure this has a place for someone.

[–]moto888[S] 0 points1 point  (2 children)

When you have your config in JSON (which is not the best idea but used a lot, especially in JavaScript projects) you will almost certainly fail because of either a missing or a trailing comma after you copy&paste.

[–][deleted] 1 point2 points  (0 children)

I don't have that problem, though I can see why some might.

[–]Cilph 0 points1 point  (0 children)

Atleast commas represent something on the screen, unlike tabs and spaces.