Skip to content

Commit

Permalink
refactor: reorganise command processing
Browse files Browse the repository at this point in the history
The code in the `main` module of the node manager was becoming unwieldy and difficult to navigate,
so I've refactored it into a few different modules.

There are absolutely no functional changes here.

Clippy was complaining about some functions having too many arguments, so I suppressed those
warnings. These are just utility functions, and adding new structs just to encapsulate a few
arguments would have been tedious and overkill.
  • Loading branch information
jacderida committed Mar 12, 2024
1 parent 952f1b1 commit a00353e
Show file tree
Hide file tree
Showing 7 changed files with 1,126 additions and 916 deletions.
Loading

0 comments on commit a00353e

Please sign in to comment.