Change directory structure? #25
seanchen1991
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Basecoin's current directory structure uses a pattern of
<name>.rs
alongside a/<name>
directory. While this works, we could move all of the<name>.rs
files into the/<name>
directories and change the filenames tomod.rs
. This shouldn't break any existing paths or imports, and I think it makes for a cleaner and easier-to-parse directory structure.What do folks think about this proposed change? 🙂
Beta Was this translation helpful? Give feedback.
All reactions