A bit of inspiration most weekdays for exploring your mindset .

๐Ÿ”Ž Collaborative - Code Review

Khem Raj August 20, 2025 #meta

Code review is an important part of code development, various systems exist e.g. Github PR's can be reviewed inline, gerrit provided a rich code-review system and is used extensively as well. There are certain aspects which these systems do not address well.

When code is proposed for review, if system can make it easier for code-reviewers to be stake-holders, not only provide comments but also provide code fixes easily.

Keeping context of reviewed changes will help in incremental review, this makes it less tedious and more interesting.

It helps with resolving conflicts smartly "diff of diffs" shows only changes from last diff.

Brain from Jane Street seems to achieve some it