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.
2 days ago3 min read
0 views
0 comments


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 235 min read
2 views
0 comments


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
245 views
0 comments


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
113 views
0 comments


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
233 views
0 comments
bottom of page