
11 Jul
2011
11 Jul
'11
10:04 a.m.
On Mon, Jul 11, 2011 at 11:51 AM, Sjoerd Visscher
On Jul 11, 2011, at 11:42 AM, Jack Henahan wrote:
Well, for your example frustration, the leading comma style would sort your problem nicely. As for the particulars… hmm, not sure. I use leading commas for both, so I never really noticed.
That just shifts the problem, I think? Now you can no longer comment out the first line.
I've found this quite annoying, especially when using CPP to conditionally include something in a list, as it might force you to reorder the list to make the commas appear correctly when the conditional section is enabled/disabled. Johan