I opened an old TypeScript service after a few weeks away from it and found this:
// TODO: fix retry logic
async chargeCustomer(input: ChargeInput) {
// ...
}
I opened an old TypeScript service after a few weeks away from it and found this: // TODO: fix...
I opened an old TypeScript service after a few weeks away from it and found this:
// TODO: fix retry logic
async chargeCustomer(input: ChargeInput) {
// ...
}

Open any codebase older than a year and grep for TODO. You'll get dozens of hits. Now answer me one...

Ever felt like you’re stuck in a never‑ending cut‑scene where the only way forward is to read a wall...

We’ve all stared at a schema or a complex function (especially when it's written in TypeScript) and...

Every few months I find a TypeScript pattern in someone's open-source repo that I instantly bring...

A story about how migrating an interactive office map editor turned into an engineering...

The problem Every Angular codebase I've worked on had the same invisible...