From 4b5c390ce81dd497c43613a79b62aa5ad9ace98c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Br=C3=BCll?= Date: Wed, 8 Dec 2010 16:40:34 +0100 Subject: [PATCH] updated readme --- README.rdoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.rdoc b/README.rdoc index 0ebb679..5d975f5 100644 --- a/README.rdoc +++ b/README.rdoc @@ -105,4 +105,7 @@ will return the instance variable @name ("Mr. Storyteller") from the au == Development +Development has been done test-driven and the code follows at most the Clean Code paradigms. Code smells has been +removed by using the reek[http://github.com/kevinrutherford/reek] code smell detector. + This project is still experimental and under development. Any bug report and contribution is welcome!