> I wouldn't call that bad practice, It should actually be > called good practice (at least in my book). You are setting > a variable and the ## around the variable show that it is > a variable, makes for easier reading. Now, ## on the set > side would be considered bad practice.
The use of pound signs (or hashes, or whatever you like to call them) is only required when you want to output the value of a variable or an expression to a string, and in my opinion should only be used in that specific case. If you're using them for something else, it's unnecessary and may confuse developers who understand what exactly pound signs do in CF. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444 ______________________________________________________________________ This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

