The TournamentClock component is in a desperate need of a refactor. It contains all the logic inside a single component, is extremely messy, and lacks documentation. This makes it much hard to find and fix bugs. Additionally, some of the logic seems unnecessary looking back at the function after all this time.
Approach
Refactor to split up this component into its logical parts
Description
The
TournamentClock
component is in a desperate need of a refactor. It contains all the logic inside a single component, is extremely messy, and lacks documentation. This makes it much hard to find and fix bugs. Additionally, some of the logic seems unnecessary looking back at the function after all this time.Approach
Blocks
Blocked By
Related To