On 3/23/14, 8:04 PM, Adam D. Ruppe wrote:
But still, if we make this change at all, I see no reason to keep if(a)
b, c; given the extreme rarity of that case and the ease with which i
can be replaced with if(a) { b; c; }

Same misunderstanding all over again. Please understand that breaking code is the worst thing. Arguing that the breakage is easy to fix doesn't help that most important part.

Andrei

Reply via email to