From a43f8e282e72713437e2cb89c78ae39565fe0bb3 Mon Sep 17 00:00:00 2001 From: Matt Coles Date: Fri, 24 Jul 2026 17:26:20 +1000 Subject: [PATCH] docs: add code review article --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 42481a7..9906887 100644 --- a/README.md +++ b/README.md @@ -693,6 +693,7 @@ About senior engineers: - [Code review in remote teams](https://web.hypothes.is/blog/code-review-in-remote-teams/): very complete set of rules. - [No code reviews by default](https://www.raycast.com/blog/no-code-reviews-by-default/) - Responsibility over convention +- [Reviewing code you didn't write](https://coles.codes/posts/reviewing-code-you-didnt-write/): how to find and prioritize the issue that matters, especially when AI produced the change. ### Coding & code quality