eeppuJ / elections

An election system that needs some refactoring ;)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Elections kata

Goal

You inherit this code base that is used to compute elections results in different ways.

You goal will be to avoid any potential fraud, and add the following features:

  • Count as null a vote of an elector in another district
  • Make sure nobody can vote twice.

How you can use this kata

We have found this kata useful to:

  • train on refactoring
  • play with TCR (we recommand using this awesome plugin for IntelliJ
  • discuss on tests
  • expriment on several designs

About

An election system that needs some refactoring ;)

License:MIT License


Languages

Language:Java 53.3%Language:Kotlin 46.7%