skiwi2 / TCG

A trading card game featuring a simple AI, initially designed for codereview.stackexchange.com Coding Challenge #2.
7 stars 1 forks source link

Refactor VoidEventBus into an EventBusFactory #63

Closed skiwi2 closed 10 years ago

skiwi2 commented 10 years ago

It should be refactored such that a single object can be shared amongst others and less implementation is needed.