Timeline for How do people doing TDD handle loss of work when doing major refactoring
Current License: CC BY-SA 3.0
3 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Feb 15, 2012 at 13:30 | comment | added | John Slade | Excellent answer. In my experience of TDD it is important that the written tests focus on the functional behaviours of the software and away from unit testing. It is more difficult to think about the behaviours you need from a class, but it does lead to clean interfaces and potentially simplifies the resulting implementation (you don't add functionality that you don't actually need). | |
| Feb 9, 2012 at 15:58 | comment | added | Steven A. Lowe | well said - it's TDD, not UTDD | |
| Feb 9, 2012 at 12:20 | history | answered | GFK | CC BY-SA 3.0 |