Dyota's blog

Micro-tip: codebase anchors

In a project folder full of code that I'm working on, I will leave comments that read like this:

// ANCHOR 2026-04-09 was doing this, need to do that

The next day, I can Ctrl+Shift+F through the whole codebase for // ANCHOR and pick up where I left off the day before.