diff --git a/tdd-katas/gilded-rose-kata/README.md b/tdd-katas/gilded-rose-kata/README.md index e3ede04..2655c24 100644 --- a/tdd-katas/gilded-rose-kata/README.md +++ b/tdd-katas/gilded-rose-kata/README.md @@ -34,9 +34,10 @@ This is exactly what we will do in this exercise using [approval testing](https: ## References +- **The** [Gilded Rose Refactoring Kata](https://github.com/emilybache/GildedRose-Refactoring-Kata/tree/main/TypeScript) GitHub repository - Refactoring the Gilded Rose [manually versus using Sourcery](https://sourcery.ai/blog/refactoring-gilded-rose/) - [Gilding the rose](https://www.youtube.com/watch?v=kTcDBYCpj7Q) by Kevlin Henney - Emily Bache - [Introducing the Gilded Rose kata and writing test cases using Approval Tests](https://www.youtube.com/watch?v=zyM2Ep28ED8) - [Refactoring item logic using ‘lift up conditional'](https://www.youtube.com/watch?v=OJmg9aMxPDI) - - [Replace Conditional with Polymorphism](https://www.youtube.com/watch?v=NADVhSjeyJA) \ No newline at end of file + - [Replace Conditional with Polymorphism](https://www.youtube.com/watch?v=NADVhSjeyJA)