On Sunday 19 July 2009, Michael Jansen wrote:
> On Sunday 19 July 2009 02:55:06 Sebastian Kügler wrote:
> > On Sunday 19 July 2009 02:16:13 Omer F. USTA wrote:
> > > Hi , just to learn why "or" instead of common "||" ? in
> > > if (m_bottom_right == 1 or m_bottom_left == 1) {
> >
> > I personally find "or" more readable, though I think || is more common in
> > KDE code. Maybe there are some compiler intricacies to it.
> >
> > Otherwise I don't really know, I guess a convention is better than no
> > convention for code, and we just went with ||.
>
> David once told me we support compilers that do not understand 'and' and
> 'or'.regardless, for consistency use || and && since that's used everywhere else. there's no compelling benefit to "or" and "and" other than to make the code less consistent. -- Aaron J. Seigo humru othro a kohnu se GPG Fingerprint: 8B8B 2209 0C6F 7C47 B1EA EE75 D6B7 2EB1 A7F1 DB43 KDE core developer sponsored by Qt Software
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ Plasma-devel mailing list [email protected] https://mail.kde.org/mailman/listinfo/plasma-devel
