View Single Post
  #1  
Old 01-30-2007, 03:21 AM
xXziroXx xXziroXx is offline
Malorian
xXziroXx's Avatar
Join Date: May 2004
Posts: 5,289
xXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant future
How do YOU style it?

Ive been curious about whats the most common styling with using true/false variables, so I figured Id make a poll about it.



Alternative A:

PHP Code:
if (this.var == true)
if (
this.var == false

Alternative B:

PHP Code:
if (this.var)
if (!
this.var) 

I, personally, go with alternative A.
__________________
Follow my work on social media post-Graal:Updated august 2025.
Reply With Quote