Make Match follow the Strategy pattern
Closed this issue · 1 comments
hjorthjort commented
The Match class should have variable representing it's strategy towards saving matches: whether they should be ranked or unranked. This could be a boolean, or a Strategy object, which would give some added complexity but also flexibility. This object/boolean should be passed along to wherever in the system rankings are updated, perhaps through the event bus.
hjorthjort commented
This will be solved in another way. Closing.