mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2026-02-21 17:31:08 +00:00
more docs
This commit is contained in:
parent
edf1489dfe
commit
14e93beed9
12
README.md
12
README.md
@ -2,23 +2,21 @@ This is my implementation of the [Gilded Rose Kata](https://github.com/emilybach
|
|||||||
|
|
||||||
## Tidy first, then change behavior
|
## Tidy first, then change behavior
|
||||||
|
|
||||||
`/main`
|
`main`
|
||||||
|
|
||||||
In the main branch is only refactored from the original, with the new requirement yet to implemented.
|
In the main branch is only refactored from the original, with the new requirement yet to implemented.
|
||||||
I used the lift up conditional refactoring, inspired by Emily Bache and Llewellyn Falco.
|
I used the lift up conditional refactoring, inspired by Emily Bache and Llewellyn Falco.
|
||||||
|
|
||||||
See their videos here:
|
See their videos here:
|
||||||
|
|
||||||
TODO: link vids
|
- [Emily Bache introduced me to the idea](https://www.youtube.com/watch?v=OdnV8hc9L7I)
|
||||||
|
- [Llewellyn Falco shows the whole process, and makes it as lazy as possible](https://www.youtube.com/watch?v=wp6oSVDdbXQ)
|
||||||
|
|
||||||
- Emily Bache:
|
`feature/implement-new-requirement`
|
||||||
- Llewellyn Falco:
|
|
||||||
|
|
||||||
`/feature/implement-new-requirement`
|
|
||||||
|
|
||||||
In this branch, I have implemented the new requirement.
|
In this branch, I have implemented the new requirement.
|
||||||
|
|
||||||
`/archive/original-code`
|
`archive/original-code`
|
||||||
|
|
||||||
This branch contains the original code, before the refactoring.
|
This branch contains the original code, before the refactoring.
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user