Moved the Mikado Method code on github
February 20, 2011
We just split and moved the Mikado Method code examples and exercises on github.
The new location is a github organization for the Mikado Method:
https://github.com/mikadomethod
(Old location: https://github.com/brolund/mikadomethod)
The examples are now split in separate repositories for better separation of concerns.
The examples are
https://github.com/mikadomethod/kata-java
The example from the book (Chapter 2).
https://github.com/mikadomethod/kata-dotnet
The example from the book, in C#.
https://github.com/mikadomethod/space
Some messy code containing a solar system simulation and an breakout embryo, all in one. We intent to specify some good goals to practice larger refactorings and restructurings.
https://github.com/mikadomethod/simwar
Another example. We intend to give you some hints on meaningful goals here as well.