>>>2. When indenting, do you use tabs as tabs or tabs as spaces? >>> >>spaces as Tabs > > Why? Just curious.
My reasons for using Tabs as Spaces has always been because of where my coding education started - in college I was working on a HP-UX machine and the compilers all read tab characters and threw errors. Spaces were ignored. It was required for my code to work right. Now I just sort of do it by default. My co-workers cited Todd's reason (easier to delete one tab) along with the fact that it automatically re-lays itself according to what they're used to seeing in their Studio (some use CF some use InterDev). Hatton ______________________________________________________________________ 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
