>>|-----Original Message----- >>|From: Hatton Humphrey [mailto:[EMAIL PROTECTED]] >>| >>|So I'll throw a quick poll out: >>|1. Is indenting code mandatory?
YES, YES, and YES!!!! >>|2. When indenting, do you use tabs as tabs or tabs as spaces? Tabs as spaces (if it's HTML indenting, then it will be viewed neatly during view source.) >>|3. How many spaces do you indent or does a tab represent? I use 4 >>|4. Is it better to make code in includes and functions even if the code >>|isn't going to be reused? Here's where the discussions abound. How do you know, today, that in a year, you won't want to reuse that code? I would use functions and includes. So, YES, YES, and YES ______________________________________________________________________ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
