-
-
Notifications
You must be signed in to change notification settings - Fork 166
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Better organize Workspace (Directory Structure) #564
Comments
I like the idea of moving the I think I would personally prefer not to move all the packages under a new directory though, all other things being equal I prefer less nesting, and our root isn't all that crowded. So I would propose essentially Ignoring hidden files, our repo root would then look like this:
|
yeah, that |
I think we should first draw a conclusion on the discussion started in #560. If we end up deciding to break the |
I think these are two relatively independent steps, aren't they? So, in a next step, we could move everything into a directory called /ws/ or whatever. Smaller commits, more PRs, better review-ability, aye? :) |
Yeah, sure, it's just more work to do the move in two steps, vs. moving everything to where it needs to be in a go :) |
I personally prefer variant A but I'm open for whatever the team consensus will be :) |
I want to suggest the following directory structure.
This will make the directory structure much cleaner and the main Cargo.toml file shorter (do not mix workspace definitions with regular crate attributes). I can work on it, if you give me the go for it. Thoughts?
The text was updated successfully, but these errors were encountered: