Code: Select all
if ($this != $that) {
do_run ($theother);
step_thru ($amess);
}Code: Select all
if ($this != $that)
{
do_run ($theother);
step_thru ($amess);
}I have made aligned my standard during over 16 years of coding and doing it multiple ways, because what I see are the positives out-weighing the negatives. Now, I would like someone to explain to me why they use a different way.
I am just curious as to why people use the method they use, and not looking for a 'right' method, as there obviously is not one - just look at all the code out there and the different styles.