Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

There’s no way a PR description should be expected to have a step by step description of what the change is doing, along with a commentary. That’s what I mean by “ground up”: explaining every line of code with its thinking is something that maybe you’d do to teach coding or something.

If a dev has to take time even to review and edit an LLM generated version of this for every pull review (and it will require time to do this so that it doesn’t waste the reviewer’s time with wild goose chases due to faulty interpretation), and you are then going to have to wade through that doc in addition to reading the code, you could save everyone a lot of time and just talk to each other when you have questions.



Agree to disagree.

I'm not looking at it like a line by line explanation of the code. Think of it like commit messages, but better. Better because:

1. commit messages are usually not very informative and the context is implicit.

2. commit messages are coupled to time rather than to the final PR changes. The PR changes are what really matters to the reviewer, not a log of what the author did to get there (especially if things are changing back and forth).




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: