kata

  • submit to reddit

The Roman numerals kata: TDD with and without analysis

Katas are small exercises that are repeatedly executed to improve one aspect of our programming capabilities - being design, automation, or a practice like...

0 replies - 6320 views - 07/16/12 by Giorgio Sironi in Articles

TDD in Python in 5 minutes

Test-Driven Development is a basic technique nowadays, that you adapt to a new language in the same way as you learn the syntax of iterations (or recursions)...

1 replies - 13171 views - 02/28/12 by Giorgio Sironi in Articles

Exploring TDD in JavaScript with a small kata

A code kata is an exercise where you focus on your technique instead of on the final product of your mind and fingers. But a kata can also be used as a...

0 replies - 6886 views - 04/21/11 by Giorgio Sironi in Articles