Re: Three Law of TDD - to strictly follow, or not?

"Kaleb Pederson [email protected] [testdrivendevelopment]" <[email protected]> Thu, 28 Aug 2014 09:17:26 -0600
Newsgroups gmane.comp.programming.test-driven-development
Message-ID <CAF4m_uWjsAx9J4sme7i9NGDYFF3+utYFJis0d8CiSxbWoFgRpg@mail.gmail.com>
On Thu, Aug 28, 2014 at 8:53 AM, Colin Vipurs [email protected]
[testdrivendevelopment] <[email protected]> wrote:

> I had never thought about calling a single method on the SUT multiple
>>> times as duplication. I'll have to spend some more time thinking about that.
>>>
>> Perhaps I should write this up somewhere.  The usual example I give when
> teaching is using Java and moving a method from a static call no a
> non-static call.  The test suite now needs to be updated in multiple
> places, hence the duplication.
>

Please do. Feel free to e-mail me or post a link to the writeup once it's
done :).

--Kaleb