Unify qnt state

Open
#730 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
48/100
Issue type
Refactor
Clarity
Mostly clear
Activity status
Quiet
Tech stack
rust
Domain
networking

Research direction

Locate the QNT client and server state implementations and compare their duplicated state and transition logic. Trace how each side constructs and advances state, then confirm that the shared behavior is represented once in a common struct without changing the client/server-specific behavior.

Written by the indexing model from the issue text.

Description

refactor

The QNT impl has state separated for client and server. But they're really 95% the same and it is error prone duplicating this much. The common state should be kept in a common struct with its own state transitions.

Dominant language
Rust
Stars
413
Forks
63
Avg merge
4d 14m
Merged PRs (30d)
4

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from n0-computer/noq

All issues in n0-computer/noq

Similar issues

More Rust issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.