Currently browsing tag

tdd

→ 2014-03-18

Uncle Bob Martin walks through the “Prime Factors” kata in Java (29m06s) to illustrate the concept of Transformation Priority Premise as a way …

First make it work (get tests to pass).
Then make it right (clean it).
Then make it fast. (if it needs it).

→ 2013-12-03

Mocks Aren’t Stubs

Mocks Aren’t Stubs Meszaros uses the term Test Double as the generic term for any kind of pretend object used in place …