DEV Community

Discussion on: How is code review organized in your company?

Collapse
 
marcelofarias profile image
Marcelo Bukowski de Farias

We do what we call continuous code review.

From the reviewer's perspective, it's all done from the IDE, as soon as he/she receives a feedback request, without switching branches.

From the code author's perspective, feedback is requested automatically as soon as the commit happens (even in local branches) or even before a commit, if needed.

We use a tool that we developed to do that (it's an open-source cross-IDE plugin called CodeStream).