Recently I have been experimenting with a Code Kata, and in this post I’d like to share my experiences with it. Code Kata? Code Kata’s have been around for a while, but it really came into my attention while reading Chapter 6 from the book The Clean Coder by Robert C Martin. This chapter makes [...]
Archive for September, 2011
Experiencing a Code Kata – Become a better developer while having fun!
Posted: September 18, 2011 in Code Katas, Craftmanship, Quality, Test Driven Development, Unit TestingTags: code kata, tdd
1
In one of my previous posts I blogged about refactoring I did for my hobby project. Robert C Martin has a nice video showing refactoring, using IntelliJ. Watch it here. You can also see why unit testing is so important, as with each change the unit tests are being ran in order to check if [...]