🧐What are some effective feedback methods?

HEEJOO
2 replies
When I was doing a recent code review and giving feedback to my team members, I felt like my comment wasn't communicated clearly enough. How can I give more effective and constructive feedback among developers? How do you approach it?

Replies

Juniper Sage Beaumont
Have you tried async code reviews? We use a bot to notify devs when PRs are ready for review. Folks can leave comments directly in the PR at their own pace. Then we hop on a quick call if needed to discuss bigger issues or questions. Keeps the feedback loop tight without disrupting focus time.
Hae Chang Lee
My team members prefer offline code review over github pr review. We sit together in front of a single monitor and have discussions.