Menu

#212 Code Review.

open
nobody
None
5
2003-09-23
2003-09-23
Malcontent
No

Imagine this scenario.

Developer A has checkout rights to project P. Developer
A check out code and commits the changes. Developer A
does not have commit rights to project P so the commit
gets dumped into a queque.

Developer B is one of the people designated as Code
Reviewers for project P so he pulls up all code
commited so far that needs to be reviewed. He reviews
the code and comments it. His comments are visible to
all other reviewers and the original developer. Once a
concensus is reached that the code is good it get put
into a commit Queque.

At this point either Developer B or some other
developer C who has commit rights commits the code.

I imagine you are probably thinking that this is
outside the limited scope of a version control engine
and perhaps you are right. But can source jammer be
used as a back end to something like this?

Discussion


Log in to post a comment.