Don C.
Member since Dec 11, 2008
- Profile: /members/1097-don-c.htm
- Comments: 2
Recent Blog Comments By Don C.
-
My ColdFusion User Defined Function Library Structure
Posted on Jun 8, 2011 at 10:50 AM
@Eric, Ah, yes - memory usage versus performance. How often is the function called? How important is it's performance? Is it distributed globally in your code, or only in an isolated area, where it could alternatively be placed? The answers to these questions will inform your decision, but I do... read more »
-
My ColdFusion User Defined Function Library Structure
Posted on Oct 5, 2008 at 10:00 PM
Hi Ben - I've been looking around for CF UDF Library availability/management techniques and found precious little out there. Simple me. I've been <cfincluding> my UDF libraries and as my code becomes more granular and reused - perhaps even a bit oo - I find that this basic technique is not ... read more »