This document provides tips for improving software quality by focusing on frequently changing code and organizational structure. It recommends (1) refactoring the most complex and frequently changing files, (2) focusing testing on these files, and (3) paying attention to minor contributors and code ownership to reduce defects. Measuring changes at the file level and organizational metrics like minor contributors and ownership can provide insight into where to focus quality efforts.
Related topics: