1

why some people do this:

if(false == $var) {prettyThigs();}

instead of this:

if($var == false) {prettyThigs();}

The second options is the one i most see and more natural for me to read.

Thanks!

redigaffi
  • 429
  • 6
  • 22

0 Answers0