Just curious, most of your sample code puts the constant first in an if statement - e.g.
if “began” == phase
Whereas I’m accustomed to
if phase == “began”
Is this simply a style thing, or is there some performance reason to do it in the order you do? Also, does putting parenthesis around the if test cost anything?
.phil [import]uid: 4366 topic_id: 366 reply_id: 300366[/import]
