Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 722 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 722 Bytes

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