Tools like Graphite, CodePeer, Codelantis (and of course CodeApprove) make it so much easier to have a meaningful discussion on a PR. Making sure every thread comes to resolution, knowing whose turn it is, having a fast way to navigate between code and comments, etc. The FAANG companies all have this kind of thing built in house because good code review is a key part of building high quality large software projects.
Ask HN: What's the one feature you'd want in a GitHub productivity tool?
41–49 of 49 posts
Re: Ask HN: What's the one feature you'd want in a GitHub productivity tool?
#42Re: Ask HN: What's the one feature you'd want in a GitHub productivity tool?
#43Re: Ask HN: What's the one feature you'd want in a GitHub productivity tool?
#44I’m biased (I created https://codeapprove.com ) but I think GitHub has let code review lag so far behind the rest of the platform. They’ve done a lot of work on project management, CI, discussions, and code authoring but code review has been the same for about 10 years. Tools like Graphite, CodePeer, Codelantis (and of course CodeApprove) make it so much easier to have a meaningful discussion on a PR. Making sure eve…
Re: Ask HN: What's the one feature you'd want in a GitHub productivity tool?
#45Hmm, I don't think that I would want a GitHub productivity tool. The experience is already pretty optimal for PRs and code review. In terms of things within the development lifecycle that would need their productivity boosted, GitHub isn't close to the top of the list for me.
- Main view is not the code, nor can I approve from that view, so it’s always half a dozen clicks to review even something trivial. - The main conversation view is very broken for me. Conversations always get lost or forgotten. - Any long conversation gets hidden behind another button and trying to load or find something at that point is very hard - There is a concept of resolving threads but no way to see if there are any unresolved threads
I am probably missing some but these are the largest issues for me
Re: Ask HN: What's the one feature you'd want in a GitHub productivity tool?
#46Re: Ask HN: What's the one feature you'd want in a GitHub productivity tool?
#47All issues and wiki + documentation to be part of the Git repository rather than some opaque UI feature.
https://docs.github.com/en/communities/documenting-your-proj...