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 17 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 53 min read


Peer Code Review | Phase 1: Is the Pull Request Reviewable?
When approaching a code review, determine whether the pull request is reviewable before diving into the actual code.
Feb 36 min read


Tool Spotlight | Why Draft PRs Are a Developer's Secret Weapon
By sharing in-progress work, you can invite early feedback, integrate with CI tools, and foster trust and transparency within your team.
Dec 2, 20247 min read


Peer Code Review | C'mon, Give Early Code Reviews a Try!
Early code reviews, when used thoughtfully and aided with clear communication, save time and improve team morale.
Nov 4, 20247 min read


Peer Code Review | I’ve Submitted My Code For Review, Now What?
After I submit a PR for review, it remains my top priority until it's fully integrated into the codebase.
Oct 7, 202414 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
bottom of page