public
Description: Bill Wake's maze refactoring challenge, converted to Ruby
Homepage: http://silkandspinach.net/2007/04/22/revised-maze-refactoring-challenge/
Clone URL: git://github.com/kevinrutherford/amazing.git
name age message
file README Thu May 21 02:10:05 -0700 2009 Updated the README [kevinrutherford]
directory java-challenge/ Thu May 21 02:00:36 -0700 2009 Separated the challenges into folders [kevinrutherford]
directory ruby-challenge/ Thu May 21 02:00:36 -0700 2009 Separated the challenges into folders [kevinrutherford]
README
This source code provides a refactoring challenge.
Beginning with either Amazing.java or amazing.rb, and using the tests as support,
refactor the code until there are no code smells remaining.

The original challenge can be read here: http://www.mindspring.com/~alanh/refactoring/challenge.html

Please feel free to contribute ports of this code to other languages.