Gotcha... thanks.

Charlie Griefer wrote:
> even if you're a solo developer, creating components that are truly
> "black-boxed" (e.g. they know nothing of the world outside them), you're
> creating components that you can potentially reuse yourself.  Also, by
> passing in the information explicitly (rather than referring to outside
> scopes from within the CFC), you potentially worry less about having to
> refactor those CFCs.  What if in the future, you're not using form
> variables, but you change to URL variables?  The way you have it set up now,
> you have to make changes to the CFC.  if you pass all of the variables in
> explicitly, it doesn't matter if you're passing form vars, URL vars, session
> vars, etc.  your CFC is still built to work and function properly in any
> given environment.
>
> On Wed, Oct 22, 2008 at 8:39 AM, Rick Faircloth <[EMAIL PROTECTED]>wrote:
>
>   
>   

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:314243
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to