Colleague unwilling to use unit tests "as it's more to code"
        Posted  
        
            by 
                m.edmondson
            
        on Programmers
        
        See other posts from Programmers
        
            or by m.edmondson
        
        
        
        Published on 2011-02-03T10:35:06Z
        Indexed on 
            2011/02/03
            15:33 UTC
        
        
        Read the original article
        Hit count: 443
        
A colleague is unwilling to use unit tests and instead opting for a quick test, pass it to the users, and if all is well it is published live. Needless to say some bugs do get through.
I mentioned we should think about using unit tests - but she was all against it once it was realised more code would have to be written. This leaves me in the position of modifying something and not being sure the output is the same, especially as her code is spaghetti and I try to refactor it when I get a chance.
So whats the best way forward for me?
© Programmers or respective owner