a data report component is re-implemented, the new files take their place in the worktree but the old files aren't pruned. this means, stale objects in the repo. so, sometime down the line, a PR might be created to clean stale files which is additional work, which was caused only because, one simple attention to a detail was overlooked, and resulted in unused files.
1 example.
a data report component is re-implemented, the new files take their place in the worktree but the old files aren't pruned. this means, stale objects in the repo. so, sometime down the line, a PR might be created to clean stale files which is additional work, which was caused only because, one simple attention to a detail was overlooked, and resulted in unused files.