---
description: Specifies the usage of TODO comments to outline problems or bugs encountered in existing code
alwaysApply: true
---
# Bug Handling

- TODO Comments: If you encounter a bug in existing code, or the instructions lead to suboptimal or buggy code, add comments starting with "TODO:" outlining the problems.
- Document workarounds and known issues.
- Suggest fixes when identifying bugs.
