If the file is so large that the IDE can't load it, that means we're talking about thousands or tens of thousands of lines of code. It really needs to be split up into smaller components that do more specific things, because what this really becomes is an example of an anti-pattern known as a God Object ( http://en.wikipedia.org/wiki/God_object). Maintenance is almost guaranteed to become more difficult as time goes on.
On Wed, Jun 4, 2008 at 6:41 AM, Michael Christensen <[EMAIL PROTECTED]> wrote: > So if I have a file - file.cfc for example - I could split it up easily? > > But would I still be able to instanciate it the same way? > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:306823 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

