Timeline for In TDD, if I write a test case that passes without modifying production code, what does that mean?
Current License: CC BY-SA 3.0
5 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Oct 8, 2016 at 16:38 | comment | added | thinkterry | @Eiko You're absolutely right. Writing too few tests can bite you just as badly. The second programmer was overly stingy by not at least testing abs(-2). As with everything, moderation is the key. | |
| Oct 8, 2016 at 16:16 | comment | added | Eiko | Well, the second programmer was clearly careless with the tests as well, because his coworker redefined abs(n) = n*n and passed. | |
| Oct 8, 2016 at 15:57 | review | Late answers | |||
| Oct 8, 2016 at 17:08 | |||||
| Oct 8, 2016 at 15:46 | review | First posts | |||
| Oct 18, 2016 at 0:00 | |||||
| Oct 8, 2016 at 15:42 | history | answered | thinkterry | CC BY-SA 3.0 |