views:

95

answers:

2

Hi, I've read xUnit Test Patterns. http://martinfowler.com/books.html There is 'Churchillian knock-off' expression in Martin Fowler's writes like this...

If you go to junit.org, you'll see a quote from me: "never in the field of software development have so many owed so much to so few lines of code". JUnit has been criticized as a minor thing, something any reasonable programmer could produce in a weekend. This is true, but utterly misses the point. The reason JUnit is important, and deserves the Churchillian knock-off, is that the presence of this tiny tool has been essential to a fundamental shift for many programmers. A shift where testing has moved to a front and central part of programming. People have advocated it before, but JUnit made it happen more than anything else.

I have failed to search about 'Churchillian knock-off'. Could you help me know what it means? Thanks in advance.

+10  A: 

"never in the field of software development have so many owed so much to so few lines of code" is stolen from Winston S. Churchill's speech referring to the Battle of Britain. Churchill said:

"Never in the field of human conflict, has so much been owed by so many to so few" (quoting from memory).

anon
Beat me by 22 seconds.
Paul Tomblin
Exactly- http://en.wikipedia.org/wiki/Never_was_so_much_owed_by_so_many_to_so_few
RichardOD
Referring to the role of the RAF in the Battle of Britain. ;)
Daniel Elliott
"Never in the field of human combat have so many owed so much to so few ... "
Daniel Elliott
Great. Thanks guys.
P-P
+3  A: 

He's referring to the "never in the field" quote - Churchill said something very similar about the Battle of Britain.

Paul Tomblin