B
Burrows
A new college at work use the following
if(true==x)
{
.........
}
now I have through all my programming years and through various
languages have always used
if(x==true)
{
.........
}
Now yes we get the same result in checking for a true value but he's a
smug sod so don't wish to question his methods. So should I tell him
to change to my method or adopt his as it's better????
if(true==x)
{
.........
}
now I have through all my programming years and through various
languages have always used
if(x==true)
{
.........
}
Now yes we get the same result in checking for a true value but he's a
smug sod so don't wish to question his methods. So should I tell him
to change to my method or adopt his as it's better????