Differences between revisions 6 and 7
Revision 6 as of 2005-05-05 14:32:24
Size: 208
Editor: ip54516cce
Comment:
Revision 7 as of 2005-05-05 18:00:25
Size: 944
Editor: 71-35-154-104
Comment: Inversion of Control >> DependencyInjectionPattern
Deletions are marked like this. Additions are marked like this.
Line 4: Line 4:
 * DependencyInjectionPattern - Inversion of Control in Python  * DependencyInjectionPattern
Line 8: Line 8:

----

I've removed "Inversion of Control in Python" from the side of DependencyInjectionPattern. "Inversion of Control" is a larger concept than Dependency injection. Dependency injection is a particular mechanism that is frequently used in systems that exhibits IoC type thinking. Even combined with the idea of service location (as opposed to dependency injection,) we still are a smaller idea than "Inversion of Control." [http://martinfowler.com/articles/injection.html#InversionOfControl Martin Fowler himself has said this many times.]

Even "Inversion of Control" may even be poorly named; I would want to call it "Network of Control." But that is neither here nor there, for the purposes of this page.

-- LionKimbro [[DateTime(2005-05-05T18:00:02Z)]]

Patterns along the lines of GangOfFour


I've removed "Inversion of Control in Python" from the side of DependencyInjectionPattern. "Inversion of Control" is a larger concept than Dependency injection. Dependency injection is a particular mechanism that is frequently used in systems that exhibits IoC type thinking. Even combined with the idea of service location (as opposed to dependency injection,) we still are a smaller idea than "Inversion of Control." [http://martinfowler.com/articles/injection.html#InversionOfControl Martin Fowler himself has said this many times.]

Even "Inversion of Control" may even be poorly named; I would want to call it "Network of Control." But that is neither here nor there, for the purposes of this page.

-- LionKimbro DateTime(2005-05-05T18:00:02Z)

PatternsInPython (last edited 2008-11-15 14:01:26 by localhost)

Unable to edit the page? See the FrontPage for instructions.