Understanding Stringcalculator Kata
Exploring Stringcalculator Kata reveals several interesting facts. Un
Key Takeaways about Stringcalculator Kata
- In this stream I just go through the
- I'm learning Python by doing the
- Resolving
- Solved in "TDD as you meant it" style, in Pharo Smalltalk. Rules: http://osherove.com/tdd-
- A video to show the benefits of codersdojo using the example of the
Detailed Analysis of Stringcalculator Kata
Story so far: http://www.youtube.com/watch?v=_oBdCYnWUbM What is the exercise ? Tools: Eclipse + Maven + JUnit + Infinitest by @jlebrijo (http://www.lebrijo.com) enjoy!! What is the exercise ? See http://www.osherove.com/tdd-
1-An empty string returns zero 2-A single number returns the value 3-Two numbers, comma delimited, returns the sum 4-Two ...
Stay tuned for more updates related to Stringcalculator Kata.