Test-First Bug Fixing Approach
Systematically debug and patch code using a rigorous test-first methodology to ensure stability and coverage.
I have a bug: ${bug}. Take a test-first approach: 1) Read the relevant source files and existing tests. 2) Write a faili...