Differences between revisions 8 and 11 (spanning 3 versions)
Revision 8 as of 2005-05-11 16:12:47
Size: 971
Editor: G999d
Comment:
Revision 11 as of 2008-11-15 14:01:26
Size: 1011
Editor: localhost
Comment: converted to 1.6 markup
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
 * VisitorPatternInPython  * [[http://peak.telecommunity.com/DevCenter/VisitorRevisited|Visitor Pattern]]
Line 7: Line 7:
 * FunctionWrappersInPython
 * MementoPatternInPython
 * FunctionWrappers
 * MementoPattern
Line 12: Line 12:
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.] 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.]]
Line 16: Line 16:
-- LionKimbro [[DateTime(2005-05-05T18:00:02Z)]] -- 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." 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 2005-05-05 18:00:02

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

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