Your solution here seems to exclusively surface "what" changes, but it's impossible for me to know if it's right or not, unless I also see the "how" first and/or together with the change itself. So the same problem remains, except instead of reviewing in git/GitHub/gerrit + figure out the documents/resources that lays out the task itself, I still have to switch and confirm things between the two.
Show HN: Stage – Putting humans back in control of code review
21–30 of 119 posts
Re: Show HN: Stage – Putting humans back in control of code review
#22Re: Show HN: Stage – Putting humans back in control of code review
#23I assume Gitlab/Github will add these sort of features to their products within the next few months
Re: Show HN: Stage – Putting humans back in control of code review
#24Can reviewers adjust the chapter splits manually if they disagree with how it grouped the PR, or are the chapters fixed once generated?
Re: Show HN: Stage – Putting humans back in control of code review
#25I like the chapters thing, a lot of PRs I review should really be like 5 prs so its nice to have it auto split like that. Do you see a world where it splits them up on the git level?
> a lot of PRs I review should really be like 5 prs Can't you push back on that? I feel like this tool is trying to fix misbehaved colleagues...
Re: Show HN: Stage – Putting humans back in control of code review
#26It's an interesting idea, but I feel like it's missing almost the most important thing; the context of the change itself. When I review a change, it's almost never just about the actual code changes, but reviewing it in the context of what was initially asked, and how it relates to that. Your solution here seems to exclusively surface "what" changes, but it's impossible for me to know if it's right or not, unless I a…
Re: Show HN: Stage – Putting humans back in control of code review
#27Re: Show HN: Stage – Putting humans back in control of code review
#28It's an interesting idea, but I feel like it's missing almost the most important thing; the context of the change itself. When I review a change, it's almost never just about the actual code changes, but reviewing it in the context of what was initially asked, and how it relates to that. Your solution here seems to exclusively surface "what" changes, but it's impossible for me to know if it's right or not, unless I a…
Currently on Stage we also generate a PR summary next to the chapters and that's where we want to do more "why" that pulls in context from Linear, etc.
And I know there's a lot of cool teams like Mesa and Entire working on embedding agent context into git history itself so that could an interesting area to explore as well
Re: Show HN: Stage – Putting humans back in control of code review
#29This is a really cool idea but where's the moat? What's stopping someone from replicating the functionality?