JosephTLyons / JosephTLyons/termifind-rust
Refactor Long Functions
Open
clean up
- Dominant language
- Rust
- Stars
- 12
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
- Many of the `new()` functions can be broken up into smaller functions, these can be cleaned up by calling non-`self` functions and these new functions should be directly below the `new()` function.
- Some of the sub-functions of `print_path`(), such as `update_start_and_end_iteration_tuple()` are too long and need to be broken up
Look for the `// REFACTOR` comments
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.