|
|
|
|
|
by viraptor
3283 days ago
|
|
Inserting a new element with comma-first changes 2 lines: - { old-one
+ { new-one
+ , old-one
While trailing commas allow you to insert an element anywhere with just one line addition.This doesn't break anything, but it makes looking at "git blame" so much easier. |
|