pulsation / gilded-rose-haskell

A port of the "Gilded-Rose" Kata to Haskell

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Haskell port of the Gilded-Rose Kata

This is a Haskell port of the Gilded-Rose-Kata. For more information visit https://github.com/emilybache/GildedRose-Refactoring-Kata.

Building and Running

Run ./install_deps.sh initially, then ./test.sh to execute the tests after each refactoring.

To execute the program run ./run.sh [days] where [days] denotes an optional parameter for the number of days to simulate.

Tests are in test/GildedRoseSpec.hs. Refer to http://hspec.github.io/ for more information about writing tests using Hspec. https://www.fpcomplete.com/ide?git=git://github.com/sheyll/gilded-rose-haskell.git

About

A port of the "Gilded-Rose" Kata to Haskell


Languages

Language:Haskell 87.9%Language:Shell 12.1%