Open
Description
After reading this article A coding dojo exercises plan towards refactoring legacy code I noticed that could be useful to distribute the Code Katas accordingly:
In the section about Test-Driven Development we could add:
- The Fizz Buzz
- The Bowling Game
- The Roman Numerals
And remove them from the section TDD & Friends, where we can add:
- The Mars Rover
- Poker Hands
- Trading Card Game
The idea is to provide a more linear learning experience, from the basics to design.