|
|
|
|
|
by chipdart
637 days ago
|
|
> The first 2 are literally sacrificing readability so it's easier to write, (...) The leading comma format brings benefits beyond readability. For example, in version control systems the single-argument-per-line-with-leading-comma format turns any change to those arguments as a one-line diff. I think developers spend as much time looking at commit historyas they do to the actual source code. |
|