Code Review, Clean Code, Test Driven Development Flashcards

1
Q

TDD Approaches

A

Chicago/Detroit TDD (Bottom Up)
London TDD (Top Down)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

TDD

A

Test Driven Development

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

TDD Process

A

Write Failing Test
Make Test Pass
Refactor

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

TDD Rules

A
  1. Do not write production code that is more specific than the tests.
  2. Don’t go for the goal. Avoid the central behaviour as long as
    possible.
  3. Do not bring TDD to work if you’re not good at TDD.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly