Skip to content

A starter project to demonstrate the power of TDD and distributed pair programming using a simple string calculator kata.

License

Notifications You must be signed in to change notification settings

AcklenAvenue/string-calculator-kata-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to the Kata Starter

This starter project has a basic structure and tooling for a quick TDD kata. It can be used in many settings, but was designed to be run inside of a Cloud9 IDE workspace. To run this in a workspace, simply create a new workspace using the url of the repo and specifying a Node.js project. You can invite one or many developers to collaborate on the same code workspace for distributed pair programming.

Getting Started...

Before you start coding, be sure to install all dependencies:

npm install

To run the specs, simply run gulp:

npm run specs

Coding the Kata

We will be working through Roy Osherove's "String Calculator Kata" in this exercise.

About

A starter project to demonstrate the power of TDD and distributed pair programming using a simple string calculator kata.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published