Dominic Fandrey <kamik...@bsdforen.de> writes:
> I think the pro-yoda faction actually has more convincing arguments,

Which ones?  Never seen any beyond the basic "helps avoid accidentally
typing = instead of ==".  It's bollocks, anyway, because a) for every
(variable == constant) comparison you have ten (variable == variable)
comparisons and b) good compilers will warn about bare assignments used
as conditions.

The only practical effect of Yoda style is to make code harder to read.

Your .sig is strangely appropriate...

DES
-- 
Dag-Erling Smørgrav - d...@des.no
_______________________________________________
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscr...@freebsd.org"

Reply via email to