Understanding Stringcalculator Kata
Exploring Stringcalculator Kata reveals several interesting facts. In this stream I just go through the
Key Takeaways about Stringcalculator Kata
- I'm learning Python by doing the
- Simple demonstration of writing a simple
- 1-An empty string returns zero 2-A single number returns the value 3-Two numbers, comma delimited, returns the sum 4-Two ...
- Tools: Eclipse + Maven + JUnit + Infinitest by @jlebrijo (http://www.lebrijo.com) enjoy!!
- First Day trying to solve the problem: http://codingdojo.org/
Detailed Analysis of Stringcalculator Kata
Un Next task in the What is the exercise ? See http://www.osherove.com/tdd-
Resolving
Stay tuned for more updates related to Stringcalculator Kata.