Three Reasons to Scope Function Calls to the Same Component
A long time ago when I was a beginner ColdFusion programmer I didn't use scopes unless I really needed to. I think my reasoning was that "If it works, why add the extra code just to specify the scope?" or something like that. Nowadays I scope pretty much everything but...