tddRoman Numerals: part IIThis follows on from Roman Numerals: part I. Last time I had managed to convert these numbers into Roman numerals: My full implementation at…
tddRoman Numerals: part IA few days ago I attempted a Roman Numerals kata, which basically wanted me to implement a function to convert a “normal number” (I took…
tddOn SimplicityMy first attempt at a TDD kata was Roy Osherove’s String Calculator. I’m a fan of Spock, which enhances JUnit tests (which must be written…