Thread: formatting
View Single Post
Old 04-01-2003, 04:05 PM   #28 (permalink)
Epsilon
Regular Contributor
 
Epsilon's Avatar
 
Join Date: Mar 2003
Location: Las Vegas, NV
Posts: 127
Epsilon is on a distinguished road
Actually, when I have a conditional with only one statement I'll usually write it as:
Code:
if (something){doSomething;}
I see the point that the brackets are not needed, but everyone has their own coding habits. Not much sense in changing something that works fine IMO, and both methods work fine.
__________________
--Epsilon--
Epsilon is offline   Reply With Quote