Commit f661307
authored
clarify TDD doesn't mean write *all* tests first (#1083)
This was already written well, and the separate article ./tdd.md is excellent.
However, I think the language could be a little clearer to dispell the common misconception
that TDD means you write all your tests first. I trust this is clear to TDD practitioners,
but I commonly see "senior" engineers misunderstand this.
Kent Beck sees this so commonly that he wrote a [little article](https://tidyfirst.substack.com/p/canon-tdd) on the subject.
My org was using this document for training engineers, and am hoping this small change will make it even more helpful.1 parent 3eb80e8 commit f661307
1 file changed
+6
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
105 | 106 | | |
106 | 107 | | |
107 | 108 | | |
| |||
0 commit comments