DEV Community

Eric Meadows
Eric Meadows

Posted on

1

What's missing in PRs & code reviews?

What's something you feel is missing in Code Reviews & PRs?

Top comments (4)

Collapse
 
didierhoarau profile image
Didier Hoarau

I feel that we have the basics already well covered like test automation. One thing that is possible but rarely implemented is to be able to connect to a temporary running environment that would have the changes introduced by the PR.

Collapse
 
katafrakt profile image
Paweł Świątkowski

I have it in my current job and had it in the previous. Honestly, it's a bit hard for me to imagine living without it now (maybe not for every PR, but at least for some of them).

Collapse
 
manojlingala profile image
manojlingala

imo the ideal PR should have a summary description of what the change is about .So, that ppl(even non-tech) can understand without drilling down to the respective task and it should have a snapshot embedded image /script to show the test coverage of the implementation for a decent change.

With the advancement of open ai fine tuning models these things can be fully automated.😎

Collapse
 
fyodorio profile image
Fyodor

Self review. Nobody does that.

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Discover a treasure trove of wisdom within this insightful piece, highly respected in the nurturing DEV Community enviroment. Developers, whether novice or expert, are encouraged to participate and add to our shared knowledge basin.

A simple "thank you" can illuminate someone's day. Express your appreciation in the comments section!

On DEV, sharing ideas smoothens our journey and strengthens our community ties. Learn something useful? Offering a quick thanks to the author is deeply appreciated.

Okay