Posts Tagged ‘Poor mans dependency Injection’

Poor mans dependency injection (2008-8-29)

While watching the first of JP Boodhoos screencast series I discovered that a concept that I used in order to introduce testing to developers who work mostly in legacy code (I’m using Michael Feathers terminology here) is in fact a well known pattern.
Let me give you an example. You’ve got a class that you want [...]