LOL :biggrin:Agreed, I actually do that one too sometimes. I say "sometimes", because I tend to write code in different situations with differing coding standards (personal vs work and different business units etc), and so I'm too used to just going with the style of whatever I'm programming for, more or less.Quote:
This is one situation where breaking before an operator imparts semantic meaning which reduces the time spent reasoning about existing code.Code:condition1
&& (condition2 || condition3)

