Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Code Style for CDT code



On Tue, Jan 27, 2015 at 11:16 AM, Marc Khouzam <marc.khouzam@xxxxxxxxxxxx> wrote:

if (a)
  System.out.println();
else {
  a = 8;
  return;
}

Please notice that extra braces in this example don't require additional lines, so the argument related to code density does not apply.

-sergey


Back to the top