|
You are here |
tomasvotruba.com | ||
| | | | |
matthiasnoback.nl
|
|
| | | | | Statically fetching dependencies I've worked with several code bases that were littered with calls to Zend_Registry::get(), sfContext::getInstance(), etc. to fetch a dependency when needed. I'm a little afraid to mention façades here, but they also belong in this list. The point of this article is not to bash a certain framework (they are all lovely), but to show how to get rid of these "centralized dependency managers" when you need to. The characteristics of these things are: | |
| | | | |
brunty.me
|
|
| | | | | Developer and problem solver | |
| | | | |
conradakunga.com
|
|
| | | | | This is Part 9 of a series on dependency injection. | |
| | | | |
quanttype.net
|
|
| | | A database schema migration tool has three tasks: creating, managing, and executing migrations. | ||