About Me

I am a computer programmer. I do programming professionally and for a laugh.

Technical stuff on programming, java, DSLs, etc...

Thursday 15 May 2014

Mock driven development

A programming style similar to tdd using mocks to isolate every aspect of the system other than the bit to be tested.

Causes extensive testing of the intermediate artifacts of code design, making it almost impossible to re-factor anything if applied aggressively.

Distant cousin of force programming.

No comments:

Post a Comment

Followers