Do you use unit tests at work? What benefits do you get from them?
        Posted  
        
            by 
                Anonymous
            
        on Programmers
        
        See other posts from Programmers
        
            or by Anonymous
        
        
        
        Published on 2011-06-30T08:02:46Z
        Indexed on 
            2011/06/30
            16:31 UTC
        
        
        Read the original article
        Hit count: 240
        
unit-testing
I had planned to study and apply unit testing to my code, but after talking with my colleagues, some of them suggested to me that it's not necessary and it has a very little benefit. They also claim that only a few companies actually do unit testing with production software.
I am curious how people have applied unit testing at work and what benefits they are getting from using them, e.g., better code quality, reduced development time in the long term, etc.
© Programmers or respective owner