Skip to content

dogeared/ChangeKata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Change Kata

I was inspired at the 2012 SCNA conference to do the change kata in node.js.

The goal of the change kata is to return the minimum amount of change given an amount.

For instance:

99

should return:

3 quarters, 2 dimes & 4 pennies

There are 10 commits in this project representing the process I went through to complete this kata.

Clone and play. Let me know if you see room for improvements.

To run the tests:

make

Follow me at: @afitnerd

Check out my blog at: A Fit Nerd

About

A step-by-step implementation of the change kata

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published