View Single Post
  #8  
Old 07-21-2006, 04:20 AM
Giltwist2k1 Giltwist2k1 is offline
Registered User
Giltwist2k1's Avatar
Join Date: Jun 2002
Posts: 13
Giltwist2k1 is on a distinguished road
Send a message via ICQ to Giltwist2k1 Send a message via AIM to Giltwist2k1 Send a message via Yahoo to Giltwist2k1
Formatting is purely a convention of uniformity. Formatting does not adversely affect the performance of a script. Honestly, indenting is not that big of a deal. I'm keeping one command to a line, I've nested if's instead of doing unusual &&'s and the like. I use descriptive variable names. Heck, I even throw in line breaks between unrelated blocks of code. What makes it so hard to read?
Reply With Quote