For a given filepath, go back over all commits for a given filepath and return a distinct list of reviewers.
We'll elaborate more on this method later, such as limiting by time, participation, etc. Just keep it simple for now.
Write a verify for it on the development data, and make sure our development data has multiple code reviews/commits to a single filepath with the same reviewer to test the distinctiveness of this method.
For a given filepath, go back over all commits for a given filepath and return a distinct list of reviewers.
We'll elaborate more on this method later, such as limiting by time, participation, etc. Just keep it simple for now.
Write a verify for it on the development data, and make sure our development data has multiple code reviews/commits to a single filepath with the same reviewer to test the distinctiveness of this method.