Ok, here goes.. I've got a component with a bunch of database calls, each db call function is private. The component also contains public methods that call the private methods. My thought is this..
Separate the private functions into their own component, and use the extends property to stitch everything back together Any instantiation would call the public methods. Any thoughts? Am I going to far with code separation.. Thanks Scott ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:346519 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

