Code Reviews Don't Scale
medium.com
Code Reviews Don't Scale
1–10 of 15 posts
Re: Code Reviews Don't Scale
#2You get that with tiny commits, that make confirming the commits' text as easy as possible; if they're hierarchical it's even better, but that requires using a decent commits viewer (absolutely not github and the likes).
Re: Code Reviews Don't Scale
#3Re: Code Reviews Don't Scale
#4> Read the summary first. Challenge the claims. Decide where the risk is likely to be. Then use the code to verify those claims instead of using the code to discover them in the first place. You get that with tiny commits, that make confirming the commits' text as easy as possible; if they're hierarchical it's even better, but that requires using a decent commits viewer (absolutely not github and the likes).
Re: Code Reviews Don't Scale
#5but I guess this is written by an AI
It's interesting though people seem to assume everything is ai-generated now
Re: Code Reviews Don't Scale
#6but I guess this is written by an AI
Not AI. Just a bored developer with an evening to spare. It's interesting though people seem to assume everything is ai-generated now
Re: Code Reviews Don't Scale
#7I think this is interesting but it seems brittle. It makes me think of the Agile Manifesto "Working software over comprehensive documentation" - not that I evangelize for Agile.
Re: Code Reviews Don't Scale
#8Earlier quoted context omitted.
Not AI. Just a bored developer with an evening to spare. It's interesting though people seem to assume everything is ai-generated now
Right on, I've been quite bored from 8-4 hours lately and have been commenting a lot around forums etc and can relate. Writing articles like this is more productive. I agree about the AI comments, it's basically written in the HN Guidelines "Please don't complain about tangential annoyances" or multiple others like "Please don't post shallow dismissals, especially of other people's work. A good critical comment teach…
Re: Code Reviews Don't Scale
#9> The diff is still treated as the source of truth. I'd almost reverse that. I think this is interesting but it seems brittle. It makes me think of the Agile Manifesto "Working software over comprehensive documentation" - not that I evangelize for Agile.
if there are three equally good ways of solving a problem, it seems like reading every line stops feeling like a good use of time (and maybe even kills the speed gains of ai assistance)
Re: Code Reviews Don't Scale
#10> The diff is still treated as the source of truth. I'd almost reverse that. I think this is interesting but it seems brittle. It makes me think of the Agile Manifesto "Working software over comprehensive documentation" - not that I evangelize for Agile.
Totally with you, it does feel fragile. Something hard to come to terms with for me is how much we actually care about the way something has been done itself if there are three equally good ways of solving a problem, it seems like reading every line stops feeling like a good use of time (and maybe even kills the speed gains of ai assistance)