|
|
|
|
|
by voiceofunreason
943 days ago
|
|
> This whole red-green step in TDD makes complete no sense when you're writing new code. Only viewed in isolation - the point of red-green is test calibration: be certain that your new experiment is actually measuring the thing that you think it is measuring. Red-green isn't the only way to achieve this, of course, but it is a smooth way to achieve this. |
|
Do you have any example where going red-green found issues when writing new code?