http://qs1969.pair.com?node_id=616604


in reply to Re^2: OO Design question: configuration
in thread OO Design question: configuration

now it's more popularly called DI - Dependency Injection

Yeah, I had it called that originally, the it grew into a larger "Inversion of Control" framework with the Proxy objects and such. However, once I started actually using it in practice, I found I had little need for the proxies, but by then it was too late to change the name.

Plus, IOC was better as a namespace name, whereas DI is just kinda ugly :)

-stvn