This repository contains the solution for the String Calculator TDD Kata, implemented using Test-Driven Development (TDD) methodology. The code allows you to add a string of numbers and handles ...
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.