Archive for September, 2011

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 [...]

Refactoring

Posted: September 13, 2011 in Craftmanship, Refactoring, Unit Testing
Tags:

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 [...]