|
Project Information
|
This project is deprecated as of November 2010At Lingospot, we now use simpler ways to do the same sort of dependency inversion. The approach remains the same: pass a component's dependencies in as function parameters, rather than statically importing them. Presentation Slides: Dependency Inversion in PythonDependency Inversion is necessary to write testable, modular and reusable libraries. Here are slides with more information about Dependency Inversion & Dippy. Dippy (deprecated)Dippy is a simple library to make Dependency Inversion easier in Python. About Dippy
|