You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As anyone using this library, I want multiple discerning perspectives to have reviewed the code so that I have greater assurance that the code is free of defects and so that alternative implementation patterns and test cases are considered.
The text was updated successfully, but these errors were encountered:
The repo's README.md provides a high-level overview of the algorithm. That would be a good thing to consult first to frame the problem. The best spot to start reviewing code is RankedPairCalculator.calculate. It might be helpful to glance at the basic classes earlier on in the review too. The basic classes are Candidate, Margin, CandidateList, MarginList, ListOfMarginLists and Ballot.
As anyone using this library, I want multiple discerning perspectives to have reviewed the code so that I have greater assurance that the code is free of defects and so that alternative implementation patterns and test cases are considered.
The text was updated successfully, but these errors were encountered: