/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

tomasvotruba.com
| | matthiasnoback.nl
4.7 parsecs away

Travel
| | 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
4.3 parsecs away

Travel
| | Developer and problem solver
| | conradakunga.com
6.8 parsecs away

Travel
| | This is Part 9 of a series on dependency injection.
| | quanttype.net
96.0 parsecs away

Travel
| A database schema migration tool has three tasks: creating, managing, and executing migrations.