On Mon, Mar 31, 2008 at 10:16 AM, Peter Bell <[EMAIL PROTECTED]> wrote:
> The other approach would be to trade off maintainability for performance, > writing less maintainable code and accepting the fact that you'd have to > take longer adding and testing new features and would probably have to > re-write the app from scratch more frequently in return for any time savings > you may get on the object creation and the method calls. It's not necessarily a trade-off. If all you're doing is reading data, performing some simple transformations, and putting it into a template, straight-forward procedural code may be easier to maintain. Patrick -- Patrick McElhaney 704.560.9117 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CFCDev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cfcdev?hl=en -~----------~----~----~----~------~----~------~--~---
