top of page

Search


Peer Code Review | Phase 3: Is the Pull Request Ready for Review?
Apply a tailored “ready for review” checklist to ensure a PR is in a state where detailed code review will be productive.
Jun 1, 20257 min read


Keep Your Tests Close: Why Tests Belong in the Same Pull Request
Tests should be included in the same pull request as the code changes they test; this provides verification, eliminates risk, and guarantees no-fuss rollbacks.
May 5, 20253 min read


London .NET User Group - April 2025 Meetup
Here are the slides and transcript for a talk I gave at a Meetup event on April 22 2025.
Apr 22, 20255 min read


Peer Code Review | When PRs Can't Be Small: Strategies for Making Large Code Changes Reviewable
When a PR can’t be small, it’s on the author to keep it reviewable—because reviewable PRs lead to better code.
Apr 7, 20259 min read
bottom of page