lowhygiene
Unresolved TODO Comments
Finds TODO, FIXME, and HACK comments that indicate incomplete work.
Why This Is Bad
You left notes to yourself that you forgot to finish. These TODOs might indicate incomplete features or known bugs.
How To Fix
Review and resolve each TODO:
typescript
// Examples of TODOs to address:
// TODO: Add error handling <- Implement this!
// FIXME: This breaks on mobile <- Fix it before launch
// HACK: Temporary workaround <- Replace with proper solution
// Options:
// 1. Implement the missing feature
// 2. Create a GitHub issue and reference it:
// // TODO(#123): Add error handling
// 3. Delete if no longer relevantWhen You Pass This Check
No unfinished TODOs found. Your code is complete!
Check If Your Repo Has This Issue
Our free scanner will detect this and 17 other common issues in your codebase.