Naming around Tally #150
keithrfung
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I think that there can be a lot of confusion when it comes to the naming within the code base. I think there can be a lot of effort put in for some simplicity.
The idea would be to remove the duplicity of having TallyContest vs BallotContest. This would lead to much easier simplifications and methods that work on the AggregateBallot aka the Tally would still work on the underlying CiphertextBallot. This is extra tricky though because it revolves around the limitations that need to be placed on the selections for the two cases.
Then ideally we can simplify the way other pieces work such as using
__add__
to call append and create AggregateBallots.Beta Was this translation helpful? Give feedback.
All reactions