cs50 / compare50

This is compare50, a fast and extensible plagiarism-detection tool.
GNU General Public License v3.0
192 stars 49 forks source link

In match_#.html, select "exact" by default instead of "structure" #57

Closed dmalan closed 4 years ago

dmalan commented 4 years ago

Based on experience, we always started with "exact" when reviewing.

Jelleas commented 4 years ago

compare50 is by design extensible in its comparison methods, and it seems wrong to prioritize one method over another. The current logic is that the comparison method that creates the ranking, is the first in the list of views.

But I think adressing https://github.com/cs50/compare50/issues/66 would solve this issue too.