|
|
|
|
|
by imran-iq
1407 days ago
|
|
That's the right way to do TDD, see this talk: https://www.youtube.com/watch?v=EZ05e7EMOLM One of the above comments mentions BDD as a close cousin to TDD, but that is wrong as TDD is actually BDD as you should only be testing behaviours, which allow you to "fearlessly refactor" |
|
https://softwareengineering.stackexchange.com/questions/1236...
Which seems like the exact opposite of what the talk is saying you should do.