Show HN: Backprop – Smarter Pull Requests

by eagrwlon 1/12/2023, 8:00 PMwith 3 comments

Hey everyone!

Every reviewer loves smaller pull requests, but they can be hard to do practically.

We created a Github integration that adds the following features

  - Commit checkpoints (i.e. stacked reviews)
  - Autogenerated tabs (based on dependency graphs)
  - A central pull request inbox (highlights which PRs need your attention)
Commit checkpoints helps authors stack smaller changes within a single pull request without having to manage tons of branch offshoots. It works by using the common β€œ[x/n]” prefix notation (where x is the stack number). This is the workflow:

  - Author makes some commits to a branch
  - Author is ready to set a review checkpoint, they leave a commit message prefixed with β€œ[1/n]”
  - Author continues to make commits, and when ready for the next review checkpoint, leaves a commit message prefixed with β€œ[2/n]”
  - etc
Our UI collapses the in-between commits and makes it easy to see the diff between checkpoints. There’s also a feature to easily walkthrough them sequentially.

Lots of things are still WIP, looking for feedback to know what to prioritize next, thanks!

by prachesson 1/18/2023, 8:21 PM

Awesome man, good luck!

by hrishikeshp19on 1/13/2023, 2:02 AM

Would be awesome!