Clean up unhelpful extra folder names in crate libs #186
Labels
A: good-first-issue
Admin: good for newcomers
O: code-hygiene
Objective: cause to improve code hygiene
O: new-feature
Objective: cause to add a new feature or support
Milestone
Summary
The modules crate's exported features are in an unnecessary long path.
For example in the CLI acceptance.rs file, here's how module components are imported:
Proposal:
Remove the extra path where unnecessary, like
exported
,connection
, etc.For example, updated list:
(Makes easier to couple them too.)
To do this, the
mod.rs
file has to be updated. For example, instead ofit will read:
It's a bit of extra work for us since all published components need to be listed in the
mod.rs
file (unless there's some globbing option I'm not aware of), but it's beneficial for the developers: it reads more easily.Please comment your opinions here. This is an opinionated idea, we may or may not want to do it.
For Admin Use
The text was updated successfully, but these errors were encountered: