Currently we have our constants stored in a singleton ApplicationConstants object that is injected explicitly into whatever objects need it. A co-worker has suggested creating a base object that all other objects inherit from that has setConstants()/getConstants() functions, and injecting the constants object automatically into every object. Because of the global nature of constants this is sounding like a fair use of a base application object. What do you think?
--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
