Settings

Theme

Ask HN: What does code review look like in your team?

1 points by gary_chambers 4 years ago · 1 comment · 1 min read


I lead a small team building web apps, but we currently have very little structure around code review. I want to get the right balance of process and tooling, but it would be interesting to learn what a healthy code review process looks like in other teams/orgs.

So, what works well for your team? (And what doesn't?)

Do you run the code that you are reviewing? Is it deployed somewhere automatically (if relevant)?

For change requests or bug reports, do you share repro steps? What does this look like? Screenshots, videos, something else?

Is there any sort of acceptance testing before code is merged?

I'm wondering how much process is helpful and ensures quality before it becomes onerous.

truffdog 4 years ago

I try to do code review religiously, and comment on structure, direction, and people committing the worst of all sins, mixing dashes and underscores in a single name.

One of my coworkers logs in once a day and approves everything. Most of the team never does any code review.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection