Are there code reviews in opensource projects? If so, what tools are used to do this?

Posted by monksy on Programmers See other posts from Programmers or by monksy
Published on 2012-03-30T17:10:36Z Indexed on 2012/03/30 17:41 UTC
Read the original article Hit count: 460

Filed under:
|

I know there is a big push for code reviews in commercial development. However, are code reviews used in open source software or is based on trust? If so, then how are they performed? [Is it a delayed commit, "a pre commit environment", is there a tool that allows for the patch to be sent to another dev]?

Are there any projects that use code reviews?

From my understanding the linux kernel is mostly based around trust of the commitor. MySQL was based on the main author's approval and the performance impact.

© Programmers or respective owner

Related posts about open-source

Related posts about code-reviews