My previous post about Zanagrams.com made it sound like I’d built it. Sorry! I didn’t build it, just enjoyed it.
Tag: tricks & tips
Diving into test assertions is a good way to focus on the verifiability of a PR when doing AI-assisted reviews. Here’s one of the prompts I often use:
please give me a human-readable outline of the
tests we added specifically calling out what they
assert and how as an html doc
Handling Increases in Test Code
Code written with AI agents gets substantially more robust when the agent has a feedback loop, like a good test suite. And agents like Claude…
Freeing Up Flow With Claude Code & Linear MCP
I’ve been experimenting with using Claude Code to create Linear issues instead of filling them out by hand, and it’s been a bigger workflow upgrade…
Are they the same object?
While debugging I needed to know if two references in two separate parts of my codebase were pointing to the same object in memory. According…