Michael
Member since Feb 4, 2011
- Profile: /members/7738-michael.htm
- Comments: 3
Recent Blog Comments By Michael
-
Performing Query-Of-Queries Using ColdFusion 9's Query.cfc Component
Posted on Jul 8, 2011 at 9:49 AM
Good post Ben. Taking the whole query part out of it (just looking at what happened and why) - this is a perfect example of injecting a dependency. The way Adobe handled it within this particular CFC I find quite elegant.... read more »
-
Branching Logic vs. Guard Logic When It Comes To Function Control Flow
Posted on May 17, 2011 at 10:56 AM
@Jessie - cfswitch with defaultcase?... read more »
-
Function Hoisting In ColdFusion
Posted on Feb 4, 2011 at 12:44 PM
"NOTE: Until CF9, ColdFusion required variable declarations to be at the top of their function context." I did not know that (and wish that I had known that before now)!!! Thanks for that little nugget Ben... it was a CF "feature" that had been bugging me for a long time.... read more »