top of page

Search


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 53 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 79 min read
Â
Â
Â


Peer Code Review | Set Up Your Reviewer For Success
In this post, I share five key techniques that help make my PRs a pleasure to review.
Sep 1, 20249 min read
Â
Â
Â


Peer Code Review | A Definition of "Ready for Review": Part II
Software development teams can save time and avoid frustration by establishing a shared definition of "ready for review."
Aug 4, 202410 min read
Â
Â
Â


Peer Code Review | A Definition of "Ready for Review": Part I
Every software developer should establish their own definition of 'ready for review.' Doing so will help them produce high-quality output.
Jun 28, 20249 min read
Â
Â
Â
bottom of page