TDD as if You Meant it at Agile Cambridge 2011
Attendees of the session at Agile Cambridge, please add links to you code in comments to this post.
mostly professional blather
Attendees of the session at Agile Cambridge, please add links to you code in comments to this post.
You can see our (unfinished – doesn’t support diagonals) code in a Bazaar branch at http://bzr.parm.net/TDDTicTacToe – you’ll need to branch from it (there’s no web-based repo browser there) to get the code.
It’s written in Python 2.6, but doesn’t need any additional libs or anything (there’s a PyDev Eclipse project file in there, but there’s only one source file so you don’t need to use that)
Chris Whitworth
September 29, 2011 at 4:08 pm
Keith, our code is at https://github.com/npryce/tdd-as-if-you-meant-it-at-agile-cambridge-2011
–Nat, Jason, Richard.
Nat
September 29, 2011 at 4:09 pm
My comment linking to our repository seems to have disappeared. Here it is again:
https://github.com/npryce/tdd-as-if-you-meant-it-at-agile-cambridge-2011
Nat
September 30, 2011 at 10:53 am
Not from Agile Cambridge, but from the similar session at GeeCON 2012, https://bitbucket.org/pkofler/kata-geecon2012/src
Peter Kofler
November 29, 2012 at 8:41 pm