in reply to Re: Where to store class configuration settings in a module used by multiple applications (factory)
in thread Where to store class configuration settings in a module used by multiple applications
It occurred to me, after posting the above reply, that the one situation where this doesn't help is with class methods, when the method isn't expecting an object. A class method may require (eg) a base directory, or some other setting which will vary per application, but that you don't want to have to pass in on every use.
Clint
|
|---|