Skip to content

RobertoAlfredoChaparro/GildedRose-Kata-initial-fsharp

 
 

Repository files navigation

The Gilded Rose

The specifications in english are here.

Para la versión en español, vea LEEME.md.

This is a distilled version of the F# version found in this repository

  • GildedRose with the original program.
  • GildedRose.UnitTests where you can write the unit tests. Added some items that may be useful for tests.
  • GildedRose.ApprovalTests which contains the code approval test (for the original use cases.)

To run the code,

dotnet run --project GildedRose/GildedRose.fsproj

To run the tests:

dotnet test 

About

The initial repo for the Gilded Rose kata in F#

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • F# 100.0%