En esta publicación, comparto la respuesta a la pregunta Which of the following is the right sequence when developing software using the XP practice of Test First Programming?, con una explicación detallada.
Pregunta ?
Which of the following is the right sequence when developing software using the XP practice of Test First Programming?
Respuesta ✅
- A. Design Write code Write a test
- B. Write a test Make sure the test fails Write enough code so the test passes Refactor as necessary
- C. Write code Refactor as necessary Write a test Make the test pass
- D. Write code Write a test Make the test pass Refactor as necessary
Answer: B
Espero que comprenda lo que he dicho sobre Which of the following is the right sequence when developing software using the XP practice of Test First Programming?. Si tiene alguna pregunta sobre este artículo, deje un comentario a continuación.