FormidableLabs / FormidableLabs/envy-tui
Investigate how to group generic functions
Open
envy/tui
- Dominant language
- Rust
- Stars
- 6
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Currently our generic functionality, for example `src/render.rs` or `src/components/handlers.rs` is grouped into individual functions within a module
Please investigate:
- What other patterns are available? For example, could the handlers be moved to the `Home` component instances?
Contributor guide
Assessment
This issue has not been assessed yet.