View Single Post
  #20  
Old 04-10-2007, 05:36 PM
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
Quote:
Originally Posted by JkWhoSaysNi View Post
Me either. The spaces inside the ( brackets offend me too

Heres how I do it:

PHP Code:
if (var) {
       ...

i guess if (var) has more meaning if you name your boolean variables as verbs as I tend to do e.g. if (finished)
Same as me then, although I would do:

PHP Code:
if (var == true) {
       ...

__________________
Follow my work on social media post-Graal:Updated august 2025.
Reply With Quote