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

Candidate State Manager and Candidate State Reader #4301

Open
CoderZhi opened this issue Jun 12, 2024 · 0 comments
Open

Candidate State Manager and Candidate State Reader #4301

CoderZhi opened this issue Jun 12, 2024 · 0 comments
Labels

Comments

@CoderZhi
Copy link
Collaborator

CoderZhi commented Jun 12, 2024

  1. CandidateStateManager extends CandidateStateReader
  2. Clean up the two interfaces
  3. Use appropriate one, e.g., use StateReader in the readonly functions

Description of the code refactor

Why is this needed

  • [] better/less memory usage
  • [] reduce running time
  • [] clean (easy-to-understand) data structure or algorithm
  • [] remove dead code
  • [] better code design or structure (like reduce complexity)
  • [] reduce/decouple dependencies between code modules
  • [] increase test coverage
  • [] better code readability
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant