Keyboard Shortcuts
ctrl + shift + ? :
Show all keyboard shortcuts
ctrl + g :
Navigate to a group
ctrl + shift + f :
Find
ctrl + / :
Quick actions
esc to dismiss
Likes
Search
Re: [TDD] Three Law of TDD - to strictly follow, or not?
Thanks for the feedback Jeff. In thinking about "green" tests and the process taken with TDD, I think it boils down to the fact that the name of the test should represent the goal for the test. Along the way the test will be green: it'll be green when you've just introduced a class and the test compiles for the first time; it'll be green when you've introduced the second test and still have duplication to extract out. It'll be green many times along the way but until the purpose of the test is met, i.e., until the test matches its description fully, it is incomplete... and that's alright.
--Kaleb
On Tue, Aug 26, 2014 at 11:31 AM, Jeff Langr jeff@... [testdrivendevelopment] <testdrivendevelopment@...> wrote:
|
to navigate to use esc to dismiss