|
as long as you know what you are doing, and can spot the error if you forgot braces, then save space. I use all three, just depends what I want the if statement to do. If I can save that line of code, and that 4 bytes, I probably will. Usually depends on my mood, but I try to use style one for if statements, and style two for fxns, consistently just for the consistency.
|