Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
Your solution puts an extra space after "and".
Hah! Happy to help
I've used this as a presentation to a coding dojo at work. We went through it as an example of TDD and refactoring. It was good to talk through the process with a group; discussing the trade-offs, clarity, and object oriented approach. I'm still relatively new to ruby so my solution probably isn't stellar, but it made for a great conversation.
Thanks for making a great kata!
Jim Weirich does a great walk through on this kata. Use the google to find it.
yes, same here. Please fix this.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Same deal here. Can't figure out what test 7 is, and have written lots of edge case tests to try to figure it out.