Articles tagged 'TDD'
-
Test first diamonds
Seb’s recent post Recycling tests in TDD introduced the “Print Diamond” kata. This has provoked a flurry of interesting posts looking at different approaches to solving it.
Read more…Given a letter, print a diamond starting with 'A' with the supplied letter at the widest point. For example: print-diamond ...