a brief introduction to IoC (Inversion of Control)
i was waiting for such an article and as Daniel says “This introduction has added IoC to my growing list of things to play with.”
A Brief Introduction to IoC by Sam Newman -- Inversion of Control turns application flow on its head: instead of explicitly getting resources you need, you register the need and have the resources provided to you by a framework. Sam Newman argues that this approach makes design and code clearer and shows why.