logoalt Hacker News

m463today at 1:31 AM1 replyview on HN

Same with code reviews.

I wonder if AI could make code reviews more presentable.

for example, with human code reviews, developers learn quickly not to visually change code like reflowing code or comments, changing indent (where the tools can't suppress it), moving functions around or removing lines or other spurious changes.

And don't refactor code needlessly.

also, could break reviews up into two reviews - functional changes and cosmetic changes.


Replies

crooked-vtoday at 3:57 AM

https://github.com/ReviewStage/stage-cli looks like an interesting start on that subject.

show 1 reply