A C# project for practicing Test-Driven Development (TDD) using the String Calculator kata. The kata is described in detail at String Calculator Kata.
The String Calculator kata is a TDD exercise aimed at improving your coding skills and understanding of TDD principles. The goal is to create a simple calculator that can add numbers passed as a string.
- Visual Studio or your preferred C# IDE installed
-
Clone the repository:
git clone git@github.com:PeggyBrown/StringCalculatorCSharp.git
-
Open the solution file (
StringCalculatorKata/StringCalculatorCSharp.sln) in your IDE.
Run the test suite using your IDE's test runner. Ensure that all tests pass before making any modifications.
Refer to the String Calculator Kata for detailed instructions on the kata.
This project is licensed under the MIT License - see the LICENSE file for details.