Skip to content

PeggyBrown/StringCalculatorCSharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

String Calculator Kata (C#)

A C# project for practicing Test-Driven Development (TDD) using the String Calculator kata. The kata is described in detail at String Calculator Kata.

Overview

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.

Getting Started

Prerequisites

  • Visual Studio or your preferred C# IDE installed

Installation

  1. Clone the repository:

    git clone git@github.com:PeggyBrown/StringCalculatorCSharp.git
  2. Open the solution file (StringCalculatorKata/StringCalculatorCSharp.sln) in your IDE.

Running Tests

Run the test suite using your IDE's test runner. Ensure that all tests pass before making any modifications.

Kata Instructions

Refer to the String Calculator Kata for detailed instructions on the kata.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

For TDD purposes with String Calculator kata https://osherove.com/tdd-kata-1

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages