software-challenge / gui

Software-Challenge GUI since 2020/21
https://software-challenge.de
10 stars 3 forks source link

feat(controller): provide roomId on game creation and game over #60

Closed xeruf closed 3 years ago

xeruf commented 3 years ago

not even sure whether this makes sense, but wanted to put it on record just in case here's what I think we should do:

SKoschnicke commented 3 years ago

This general plan is also good, but should be split into multiple PRs, right?

xeruf commented 3 years ago

is better

in what regard? It doesn't really change any behavior so far ;)

SKoschnicke commented 3 years ago

in what regard? It doesn't really change any behavior so far ;)

Using a Future is better than using a callback.

xeruf commented 3 years ago

well, currently I have implemented an unused Future in addition to the callback ;) but ofc that is supposed to change

xeruf commented 3 years ago

This isn't the way to go, different approach is already underway