I got tired of TODO comments losing context, so I built GhostMap
I opened an old TypeScript service after a few weeks away from it and found this:
// TODO: fix retry logic
async chargeCustomer(input: ChargeInput) {
// ...
}
The comment was technically useful whe
ghostmap.hashnode.dev8 min read