379 B
379 B
Bugfix Workflow
- Clarify the bug symptoms and expected behavior.
- Inspect the relevant files and execution path.
- Identify the most likely root cause.
- Implement the smallest safe fix.
- Check for:
- side effects
- regression risk
- validation gaps
- missing error handling
- Summarize:
- root cause
- fix
- preventive improvements worth noting