> > So I'll throw a quick poll out: > 1. Is indenting code mandatory?
Mandatory? No. Its bad practice not to. Its the sign of a "newbie" programmer to many of us. > 2. When indenting, do you use tabs as tabs or tabs as spaces? Tabs as tabs. > 3. How many spaces do you indent or does a tab represent? Personal preference. Some shops have a standard! > 4. Is it better to make code in includes and functions even if the code > isn't going to be reused? Yes. > > I'll start it off by answering my answers and then what my co-workers > told me in parenthesis: > 1. Yes (Yes) > 2. Tabs as Spaces (Tabs as Tabs) > 3. 3 (2 or 4) > 4. Depends on Complexity (Yes) > > Hatton > > ______________________________________________________________________ Get the mailserver that powers this list at http://www.coolfusion.com Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
