I like that you even commented it. In fact, it's an object lesson in how NOT to comment code, since it's stating the obvious that you are creating a blank variable, instead of the not so obvious WHY you are creating the blank variable.
> -----Original Message----- > From: Peterson, Chris [mailto:[EMAIL PROTECTED] > Sent: Wednesday, October 04, 2006 3:10 PM > To: CF-Talk > Subject: My own personal theDailyWTF > > OK, I find this little gem in a program I wrote a few months ago..... > > > <!---// Create blank variable //---> > <cfset blank = '' /> > > > I am trying to dream up reasons I did it... no luck so far. > > Chris ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:255520 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

