>> I would rename the module to quixote.reloadable. (A module that
>> provides one primary class should be named after that class.)
>> (Although arguably the class could be better named: Reloader?
>> ReloadProxy?)
Graham> Yes, I'm not sure either. Originally it was ReloadableTemplate
Graham> (hence the module name, rtemplate), but that's not really
Graham> accurate either. I like Reloader, but perhaps it should be
Graham> something more specific to modules?
How about ReloadableModule (or ModuleReloader or ModuleAutoloader)? That's
what it is, after all. Are there other objects besides modules for which it
can serve as a proxy?
Skip