
07-21-2006, 04:20 AM
|
Registered User
|
 |
Join Date: Jun 2002
Posts: 13
|
|
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? |
|
|