Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix issue#7 The interpretation of § 128(1) is not entirely correct. h… #10

Closed
wants to merge 1 commit into from
Closed

Conversation

ghost
Copy link

@ghost ghost commented Mar 28, 2019

…ttps://github.com//issues/7

Add this check:
// § 128(1)
const getAllValidScores = (parties: IParty[]) =>
parties.reduce((result, party) => {
return new Party({...party}).hasPartyListCandidate()
? result + party.voteCount
: result
}, 0)

and add a test for this code.

@ghost
Copy link
Author

ghost commented Mar 29, 2019

Could someone please comment on my PR?

@ghost ghost closed this Apr 10, 2019
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant