---
title: "Reply to: How Jane Street does code review"
url: https://perrotta.dev/2026/03/reply-to-how-jane-street-does-code-review/
last_updated: 2026-03-04
---


Interesting tech talk.

I like the approach of committing code review comments and making small fixes on
behalf of your teammates as part of code review, which is a (more) superior
approach than telling them to do those fixes themselves. Win-win.

```
CR thiagowfx to knuth: the literary programming technique is great but could you
try to be succinct?
[...]
<code code code>
[...]
```

