google / google/comprehensive-rust

Source tree admin - put each sub-class in its own directory?

Open
#2,801 4 comments 0 reactions 0 assignees View on GitHub
Dominant language
Rust
Stars
33.4k
Forks
2.1k
Avg merge
1d 3h
Merged PRs (30d)
10

Description

At the moment, each session lives in its own directory within `src`. As an instructor, I have found this hard to navigate. Most specifically, I've found it hard to find the `concurrency` module when I've been trying to do so on the fly.

```
src
android
bare-metal
borrowing
cargo
...
concurrency

```

I would personally like to see the sessions within the Rust Fundamentals, i.e. the main course, be put into their own directory. We could also create a `welcome` module for the prelude material. Something like this:

```
src
android
bare-metal
chromium
concurrency
fundamentals
borrowing
cargo
...
welcome
...
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.