{ |one, step, back| }

Dependency Injection in One Sentence
31 Jul 07 - http://onestepback.org/index.cgi/Tech/Ruby/DependencyInjectionInOneSentence.red

Condensing thoughts down to one sentence …

In One Sentence …

So I was asked this question in IM today:

If you had one sentence to explain to a Java programmer why Dependency Injection is rarely necessary in Ruby, what would it be?

Wow, one sentence! After some thought, here’s what I sent back:

Dependency injection provides vital flexibility in Java and unneeded overhead in Ruby.

Anyone have other suggestions?