Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 665 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 665 Bytes

Code Kata: String Calculator

The purpose of this code kata is to illustrate BDD in the context of implementing a string calculator. This kata is a modified version taken from osherove.com.

Before you Begin

  • Do not read ahead
  • Work only one task at a time; part of the kata is to learn to work incrementally
  • We are only testing for correct inputs

Libraries