In test-driven development, what are two of the green bar patterns? (Choose two.)
In test-driven development, what are two of the green bar patterns? (Choose two.)
In test-driven development (TDD), two recognized green bar patterns are 'triangulate' and 'fake it'. 'Triangulate' refers to the method of using multiple tests to drive the design of the code, while 'fake it' is about implementing simple code that makes the test pass in the simplest way possible. These patterns help ensure that the code evolves incrementally and maintains a clear focus on passing tests while gradually improving the implementation.
where is this on the blueprint?
Another fair and quality exam by Cisco :eyeroll
C. triangulate E. fake it rite answer this question
C and E are correct answer. https://blog.baudson.de/blog/test-driven-development-green-bar-patterns
https://www.cs.uic.edu/~i442/Patterns%20for%20TDD.pdf A. another test (Red Bar Pattern) B. break (Red Bar Pattern) C. triangulate (Green Bar Pattern) D. starter test (Red Bar Pattern) E. fake it (Green Bar Pattern)
this made it more clear for me https://gist.github.com/jameshwang/5335032
Triangulate and Fake it
This info is not included in my Netacad content
https://www.cs.uic.edu/~i442/Patterns%20for%20TDD.pdf A. another test B. break (Red Bar Pattern) C. triangulate (Green Bar Pattern) D. starter test (Red Bar Pattern) E. fake it (Green Bar Pattern)