improved the cyber-dojo links

This commit is contained in:
emilybache 2012-12-10 13:48:13 +01:00
parent 980953d974
commit 690a14e482

View File

@ -19,9 +19,9 @@ You need only report the score for the current game. Sets and Matches are out of
## Get going quickly with Cyber-dojo ## Get going quickly with Cyber-dojo
I have set up some cyber-dojos ready to fork with the starting code. Do __not__ go in and start coding in these cyber-dojo instances directly! Rather, in the "review" dashboard, click on the last traffic light icon to see the code. __Do not__ start coding yet! Click on the fork symbol, to start a __new__ cyber dojo to use. You can then have several pairs enter your new dojo and start coding, all with the same starting code. I have set up some cyber-dojos with the starting code. This should make it very quick to get started with the kata. The other advantage of cyber-dojo is that if you make a refactoring mistake, it's very easy to revert the code to the last green bar, and practice the refactoring again. Just click on the most recent green traffic light shown in the list above the code.
- [Python](http://www.cyber-dojo.com/dashboard/show/FFEB8EE18C) - [Python](http://cyber-dojo.com/forker/fork/FFEB8EE18C?avatar=cheetah&tag=3)
- [Ruby](http://www.cyber-dojo.com/dashboard/show/9197D6B12C) - [Ruby](http://cyber-dojo.com/forker/fork/9197D6B12C?avatar=cheetah&tag=3)
- [Java](http://www.cyber-dojo.com/dashboard/show/B22DCD17C3) - [Java](http://cyber-dojo.com/forker/fork/B22DCD17C3?avatar=buffalo&tag=11)
- I havn't done C++ yet, since cyber-dojo is using a different test framework. - I havn't done C++ yet, since cyber-dojo is using a different test framework.