Login
From:
DevIQ RSS Feed
(Uncensored)
subscribe
Red, Green, Refactor
https://deviq.com/practices/red-green-refactor/
links
backlinks
Roast topics
Find topics
Find it!
Red, Green, Refactor is a practice used during Test-Driven Development. It reflects the state of a new test failing, making that test pass, and then considering whether the existing solution can be improved through refactoring.