[haiku-development] Re: Clarifying multi-line if-clause rule

  • From: Clemens <clemens.zeidler@xxxxxxxxxxxxxx>
  • To: haiku-development@xxxxxxxxxxxxx
  • Date: Tue, 08 Feb 2011 12:19:11 +1300

On Tue, 08 Feb 2011 11:06:50 +1300, Stephan Assmus <superstippi@xxxxxx> wrote:


if (some condition which does not fit in one line
    && extends to the next line) {
    do_something();
}

think this is more readable, especially if the expression is rather complicated
        Clemens

Other related posts: