Even with that addition to cfdump I find that putting all my instance
variables under one struct is always helpful since it makes it easier to
look at the "state" of the object at any given time, as well as making it
easier to set/get memento when needed. In the same token I sometimes find
useful to use a different struct at the variables level for constants or
values that you dont expect to change or be dynamic but still want to
declare in just one place. i.e. variables.constants = {PI: 3.14, G : 9.8 }
or something like that.On Tue, Feb 10, 2009 at 3:48 PM, Henry <[email protected]> wrote: > > On Feb 10, 3:29 pm, Jared Rypka-Hauer <[email protected]> wrote: > > > It's easier to dump data without dumping funcitons. :) > > Charlie's presentation just reminded me that <cfdump showUDFs = "yes| > no"> is added to CF8. And that's why I ask this question to see if > this new cfdump attribute alone can justify not using > variables.instance anymore. :) > > > Henry Ho > > > -- Oscar Arevalo http://www.oscararevalo.com --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
