1
0
mirror of https://github.com/avitex/elixir-glicko synced 2024-09-21 07:09:57 +00:00
glicko-elixir/test
Mikael Muszynski c1089996d3 Convert Player (v1/v2) and Result to structs
In an effort to give names to core concepts in the library, replace the
current way of passing around tuples (of varying length and content)
with appropriately named structs.

In the interest of keeping the patch focused: primarily replace internal
implementation of the added struct modules, and keep the interfaces for
creation, conversion (player v1 to v2, and vice versa), and field access
as they currently are.
2024-06-10 13:04:45 +02:00
..
glicko_test.exs Run mix format (#1) 2020-01-19 13:58:40 +00:00
player_test.exs Convert Player (v1/v2) and Result to structs 2024-06-10 13:04:45 +02:00
result_test.exs Run mix format (#1) 2020-01-19 13:58:40 +00:00
test_helper.exs Initial commit 2017-11-15 20:32:39 +11:00