Skip to content

TechnotronicOz/bowling-kata-seed

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaScript Seed For Robert Martin's Bowling Game

Seed directory for practicing Robert Martin's Bowling Game Kata in JavaScript, using Jasmine as the unit test framework and Testacular as the test runner.

See Bowling Game Kata PowerPoint for the steps of the Kata. Uncle Bob's implementation is in Java, so you'll have map the steps to JS.

*** Setup ***

  1. Install Node
  2. Install [Testacular (via NPM)] (http://vojtajina.github.com/testacular/).
  3. In your terminal, move to the root level of the bowling-kata-seed repo, and enter testacular start. A test runner should open in a new instance of Chrome. Testacular is now monitoring for any changes to js/spec/*.js and js/src/*.js.
  4. Start writing those failing tests in js/spec/bowling.spec.js and the code make it pass in js/src/bowling.js.

Examples of the final code are in final/.

About

Seed For Bowling Kata, Using Testacular

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published