Thread
:
Clean Coding - Common Sense
View Single Post
#
77
04-08-2007, 09:36 PM
Rapidwolve
Registered User
Join Date: Jul 2006
Posts: 1,241
Quote:
Originally Posted by
xXziroXx
I, too, think that example A looks better then example B.
A: if (var == true) { .... }
B: if (var) { .... }
Thats how I had it on my script first, I forgot why I changed it
Rapidwolve
View Public Profile
View GraalOnline Profile
Find all posts by Rapidwolve