Code Review, Clean Code, Test Driven Development Flashcards
1
Q
TDD Approaches
A
Chicago/Detroit TDD (Bottom Up)
London TDD (Top Down)
2
Q
TDD
A
Test Driven Development
3
Q
TDD Process
A
Write Failing Test
Make Test Pass
Refactor
4
Q
TDD Rules
A
- Do not write production code that is more specific than the tests.
- Don’t go for the goal. Avoid the central behaviour as long as
possible. - Do not bring TDD to work if you’re not good at TDD.