A clean and extensible implementation of the classic String Calculator Kata, developed using Test-Driven Development (TDD) principles. The implementation follows the kata requirements, incrementally ...
Try not to read ahead. Do one task at a time. The trick is to learn to work incrementally. Make sure you only test for correct inputs. There is no need to test for invalid inputs for this kata.