On Tue, Jun 3, 2008 at 2:55 PM, Will Tomlinson <[EMAIL PROTECTED]> wrote:
>>Some of that stuff has to do with scalability, and other bits have to do
>>with maintainability. Basically, the golden rule of maximizing scalability
>>is to do as little work at runtime as possible. This can be accomplished
>>through caching (doing work before runtime) and asynchronous processing
>>(doing work after runtime).
>
> Dave, would this include things like, removing returntypes from arguments in 
> a cfc?

You'll likely get a lot of different answers here, but I think if
you're on CF8, you develop with type checking in place, but on the
production box you set up the CF Admin to disable type checking.

And... point of clarification.  If you need to duck type because you
need to duck type, go for it.  I'm not suggesting that during
development you should never duck type :)


-- 
A byte walks into a bar and orders a pint. Bartender asks him "What's
wrong?" Byte says "Parity error." Bartender nods and says "Yeah, I
thought you looked a bit off."

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

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:306770
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