Should my colleagues review each others code from source control system?
        Posted  
        
            by 
                Daniel Excinsky
            
        on Programmers
        
        See other posts from Programmers
        
            or by Daniel Excinsky
        
        
        
        Published on 2010-11-26T06:04:18Z
        Indexed on 
            2011/02/06
            23:35 UTC
        
        
        Read the original article
        Hit count: 455
        
Hi everybody. So that's my story: one of my colleagues uses to review all the code, hosted to revision system. I'm not speaking about adequate review of changes in parts that he belongs to. He watches the code file to file, line to line. Every new file and every modified. I feel just like being spied on!
My guess is that if code was already hosted to control system, you should trust it as workable at least. My question is, maybe I'm just too paranoiac and practice of reviewing each others code is good?
P.S: We're team of only three developers, and I fear that if there will be more of us, colleague just won't have time to review all the the code we'll write.
© Programmers or respective owner