tags:

views:

169

answers:

4

I've just signed up for the Google group entitled Test Driven Development but it's only had 3 posts in 2010 and seems to be littered with spam.

Does anyone know of a good TDD focussed place to ask those general perhaps 'subjective' questions which might not be welcomed on SO?

A: 

Before/On/After somo Dojo/Kata sessions

So you can both discuss it subjectively and do some practice

Diego Dias
+1  A: 

There's an Agile Developer Skills Group that is fairly active. Obviously it has a larger focus than just TDD, but it might help: http://groups.google.com/group/agile-developer-skills?pli=1

Paddyslacker
+2  A: 

This might help : http://stackoverflow.com/

fastcodejava
Hey, thanks, great link!
panamack
A bit of recursion there.
Tom
+7  A: 

http://tech.groups.yahoo.com/group/testdrivendevelopment/ - they are very active and always open to discussion.

http://tech.groups.yahoo.com/group/extremeprogramming/ is another good one. Obviously TDD is only one of the practices of extreme programming so topics won't be limited to strictly TDD.

http://groups.google.com/group/software_craftsmanship - Another good one. Again not strictly limited to TDD.

If you're looking for discussions about a particular testing framework most have their own user forums. Here's a list of frameworks for various languages.

codeelegance
Thanks for those :)
panamack
+1 for providing links to active groups to answer what the OP asked and for suggesting discussions on specific frameworks, and for the link to various frameworks by language.
JeffH