Nov 28, 2006
Duck Typing in ColdFusion
Posted by : Joe ZackDuck typing refers to the ability of ColdFusion to figure out what kind of variable you're storing based on the value you're actually storing. I suppose it also applies to ColdFusion's ability to figure out the scope of your variable as well. But just because you can do it, doesn't nescessarily mean you should. Click here for an article on Duck Typing in ColdFusion on CFHow.com: http://www.cfhow.com/blog/index.php/archives/the-duck-typing-debate/
User Defined Functions
Posted by : Joe ZackCFHow.com has a fantastic article introducing the concept of User Defined Functions in ColdFusion. Below I've pasted an exceprt. Click it to view the whole article.
Click here more information on http://www.cfhow.com.