Quiz Question 1 of 8
What specifically does the red > green > refactor cycle mean?
Choose the correct answer below:
-
A
Write a failing test, make the test pass, make the passing code better
-
B
Start with the hardest part, then do the easier parts, then add comments for other people
-
C
Stop to think about the code, start writing the code, change the code later
-
D
Write functions that donβt work, manually debug them, pass it on to the next person on the development team