At 20:25 14.12.2001 +0000, you wrote: >For style, I prefer "the simplest" refactoring that is unambiguous: > > a && (b || c) && d || e && f -> (a && (b || c) && d)) || (e && f) > >No parenthesys surrounding simple expresions please:) make it an option >if it's necessary: > > (a == b && c != d) || !e not: ((a == b) && (c != d)) || (!e) > >OK to deMorgan refactorings: programmer refactorings are error prone:) > >And a layout format with indenting supporting this would also be useful.
+10 for wrapped indentation options Tom _______________________________________________ Eap-features mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-features
