How to handle “TDD does not work in real life!” during code katas

How to handle “TDD does not work in real life!” during code katas.
Doing code katas to learn real-life TDD can at first look like a scam to many developers. Listening to understand, explaining the deliberate practice pedagogy behind code katas, and early mob programming sessions are three techniques to maintain a constructive mood during code katas.

Read in full here:

This thread was posted by one of our members via one of our news source trackers.

2 Likes

Corresponding tweet for this thread:

Share link for this tweet.

1 Like

We haven’t really tried TDD on our projects. Only unit tests, test-after production code. We probably should start learning TDD.

2 Likes

Moderate approach does it. People took it to extremes. It pays off to just analyze the parts where you need better coverage and more confidence, and work on them first.

4 Likes

We do it mostly on the core/domain part of our application.

2 Likes