Jason Delmore
Member since Nov 25, 2009
- Profile: /members/4835-jason-delmore.htm
- URL: http://www.cfinsider.com/
- Comments: 3
Recent Blog Comments By Jason Delmore
-
Code Golf: 2014 In ColdFusion
Posted on Jan 7, 2014 at 2:11 PM
The shortest I can think of is just: asc('-')... read more »
-
ColdFusion 9's NEW Operator Can Use Dynamic Class Paths
Posted on Jul 6, 2010 at 12:04 PM
Totally agree, there is really no reason to use cfobject/createobject/cfinvoke when instantiating CFC's. There still useful for COM/Java/Webservices/etc. But for plain old CFC's, just use "new". ;)... read more »
-
Using CFParam To Define A Variable Number Of Arguments In ColdFusion (And What ColdFusion 9 Teaches Us)
Posted on Nov 25, 2009 at 1:34 AM
Call me old fashioned, but I would rather have my code work regardless of whether it was called as ordered arguments or named arguments. So... how about a simple check to see if an argument has a name and handle things differently if it does? Also, again maybe old school, but rather than figuring ... read more »