JosephTLyons / JosephTLyons/termifind-rust
Establish a Convention For Ordering of `pub` and non-`pub` Items
Open
clean up
- Dominant language
- Rust
- Stars
- 12
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Make a decision on whether `pub` (functions, struct members, etc.) should be listed at the top or the bottom of the area they are in and use that convention.
The order within the groups of `pub` versus non-`pub` items can either be by order of when they are called or alphabetical.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.