Unaddressed TODO comments in codebase #28
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Unaddressed TODO comments in codebase
Priority: Medium
Component: Multiple
Type: Technical Debt
Description
There are several TODO comments in the code that represent unfinished features or decisions to be made.
List of TODOs
1. cli.py:99 - "add cleaning up from non-finished backups"
Impact: Incomplete backups could accumulate, wasting space
2. backup.py:347 - "maybe should be run if first backup too?"
Impact: Delta tracking doesn't work for first backup
3. test_backups.py:228-229 - Missing test coverage
Impact: Critical functionality untested
Proposed Actions
Each TODO should be:
Impact
Medium - Represents technical debt that should be addressed or documented.