Skip to content

Conversation

@ghost
Copy link

@ghost ghost commented Apr 10, 2019

Add check:

// § 128(1)
const getAllValidScores = (parties: IParty[]) =>
parties.reduce((result, party) => {
return party.partyListCandidateCount > 0
? result + party.voteCount
: result
}, 0)

and Add unit test

@ghost ghost changed the title Fix issue#7 The interpretation of § 128(1) is not entirely Fix issue#7 The interpretation of § 128(1) is not entirely correct Apr 10, 2019
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.

0 participants