TDD Kata

Discussion of testing theory and practice, including methodologies (such as TDD, BDD, DDD, Agile, XP) and software - anything to do with testing goes here. (Formerly "The Testing Side of Development")

Moderator: General Moderators

Post Reply
User avatar
Jenk
DevNet Master
Posts: 3587
Joined: Mon Sep 19, 2005 6:24 am
Location: London

TDD Kata

Post by Jenk »

We've begun using TDD Kata in our workplace to sharpen and hone our TDD minds. :)

It's a worthwhile exercise to do, to turn good practice into habit, so I'm posting Roy Osherove's example here to spread the word. :)

http://osherove.com/tdd-kata-1/

Note that it isn't a challenge to get as far into it as you can (or even finish it), it is a challenge to employ the TDD mantra. :)
User avatar
papa
Forum Regular
Posts: 958
Joined: Wed Aug 27, 2008 3:36 am
Location: Sweden/Sthlm

Re: TDD Kata

Post by papa »

Nice exercise. :)
josh
DevNet Master
Posts: 4872
Joined: Wed Feb 11, 2004 3:23 pm
Location: Palm beach, Florida

Re: TDD Kata

Post by josh »

Thanks for sharing
Bruno De Barros
Forum Commoner
Posts: 82
Joined: Mon May 12, 2008 8:41 am
Location: Ireland

Re: TDD Kata

Post by Bruno De Barros »

I had heard of this before, I think it's a brilliant way to really get into the TDD way.
Post Reply