JosephTLyons / JosephTLyons/termifind-rust
Should all `enum`s go in Their Own File?
Open
questionable
- Dominant language
- Rust
- Stars
- 12
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
In some places, there are `enum`s that are being used by methods in different `impl` blocks in different files, despite being defined directly next to only one of the `impl` blocks, which is a bit misleading. It may make sense to move them all to their own file that can be included wherever they are needed.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.