|
|
|
|
|
by mihaigalos
1465 days ago
|
|
I have to disagree here. Any fix should produce at least a test to guard against regressions of the bug it's trying to fix and encode the correct business logic. The test name would then explain the why. The test variables present the story of the what. And finally, the API calls tell the story of how how. |
|