Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor updateEliminationTrees into pieces, NFC #2574

Merged

Conversation

dexonsmith
Copy link
Contributor

Refactor updateEliminationTrees to tease apart:

  • planning the graph from
  • rendering the graph

... to make it easier to reason about where there's computation and where there's rendering.

No functionality change intended.

With this in place, it'll hopefully be easier to:

Refactor `updateEliminationTrees` to tease apart:

- planning the graph from
- rendering the graph

... to make it easier to reason about where there's computation and where
there's rendering.

No functionality change intended.
@dexonsmith
Copy link
Contributor Author

I've been using https://beta.online-go.com/tournament/193 (accessed via https://localhost:8080/tournament/193) as a manual test for whether things still render correctly.

Copy link

github-actions bot commented Feb 10, 2024

Uffizzi Preview deployment-46301 was deleted.

@anoek
Copy link
Member

anoek commented Feb 10, 2024

Nice, thanks!

@anoek anoek merged commit 8917ef2 into online-go:devel Feb 10, 2024
4 checks passed
@dexonsmith dexonsmith deleted the refactor-updateEliminationGraph-into-pieces branch February 10, 2024 18:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants