where do you track team Decisions
        Posted  
        
            by 
                rerun
            
        on Programmers
        
        See other posts from Programmers
        
            or by rerun
        
        
        
        Published on 2013-10-23T16:44:02Z
        Indexed on 
            2013/10/23
            22:05 UTC
        
        
        Read the original article
        Hit count: 229
        
development-process
|configuration-management
I have been on many development teams and as the team matures decisions about direction are made. These decisions often come back up over and over. Like why don't we fill in this field why didn't we use memcache over a custom solutions. These decisions add up over time and become a significant part of style guides coding standards and unit tests.
My question is I have never run into a good way of tracking these decisions or the discovery that went into making them. Does anyone have a best practice.
© Programmers or respective owner