|
|
|
|
|
by pydry
608 days ago
|
|
I've never seen this as a problem. If you're doing TDD and you have a scenario in mind, you describe that scenario in the name of the test. If you're writing the test after then yeah, maybe it's hard, but that's one of the many reasons why it's probably better to write the test before and align it with the actual feature or bugfix you're intending to implement. |
|