Red Green Refactor

Overview#

Red Green Refactor is the Agile engineering pattern which underpins Test Driven Development and may be used in other Programming practicesRed Green Refactor is characterized by a “test-first” approach to design and implementation, it utilizes very short Iterations to minimize leap-of-faith assumptions.

Red Green Refactor generally follows this pattern:

Red Green Refactor is a form of Refactoring

More Information#

There might be more information for this subject on one of the following: