Skip to content

Commit

Permalink
Remove mentoring mentions (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
evdokimovs authored Jan 18, 2024
1 parent 2c6bf8f commit b188015
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
2 changes: 0 additions & 2 deletions 0_basics/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ After completing these steps, you should be able to answer (and understand why)
- What are lifetimes? Which problems do they solve? Which benefits do they give?
- Is [Rust] OOP language? Is it possible to use SOLID/GRASP? Does it have an inheritance?

After you're done notify your lead in an appropriate PR (pull request), and he will exam what you have learned.

_Additional_ articles, which may help to understand the above topic better:
- [Chris Morgan: Rust ownership, the hard way][1]
- [Adolfo Ochagavía: You are holding it wrong][12]
Expand Down
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@ This project represents a hard-way step-by-step [Rust] learning course from lang

### Before you start

1. [Create][1] a new [GitHub repository] for yourself using this one [as template][11].
2. [Invite as a collaborator][12] of your repository the person you want to review your lessons (mentor or lead).
[Create][1] a new [GitHub repository] for yourself using this one [as template][11].

> __NOTE__: __This learning course is constantly improving and evolving over time.__
>
Expand All @@ -67,11 +66,7 @@ This project represents a hard-way step-by-step [Rust] learning course from lang
### Schedule
Each step must be performed as a separate [PR (pull request)][PR] with an appropriate name and checkmarked here in README's schedule after completion. Each step is a [Cargo workspace member][13], so you can run/test it from the project root (i.e. `cargo run -p step_1_8`). __Consider to use [rustfmt] and [Clippy] when you're writing [Rust] code.__
Each step has the estimated time for completion. If any deeper investigation on step's theme is needed by you, then it's on your own.
Do not hesitate to ask your mentor/lead with questions, however you won't receive any concrete answer, but rather a direction for your own investigation. _Mentor/Lead is the one who asks questions here, demanding concrete and complete answers._
Each step must be performed as a separate [PR (pull request)][PR] with an appropriate name and check-marked here in README's schedule after completion. Each step is a [Cargo workspace member][13], so you can run/test it from the project root (i.e. `cargo run -p step_1_8`). __Consider to use [rustfmt] and [Clippy] when you're writing [Rust] code.__
- [ ] [0. Become familiar with Rust basics][Step 0] (3 days)
- [ ] [1. Concepts][Step 1] (2 days, after all sub-steps)
Expand Down Expand Up @@ -194,5 +189,4 @@ Do not hesitate to ask your mentor/lead with questions, however you won't receiv
[1]: https://github.com/instrumentisto/rust-incubator/generate
[2]: https://github.com/instrumentisto/rust-incubator/subscription
[11]: https://help.github.com/en/articles/creating-a-repository-from-a-template
[12]: https://help.github.com/en/articles/inviting-collaborators-to-a-personal-repository
[13]: https://doc.rust-lang.org/book/ch14-03-cargo-workspaces.html

0 comments on commit b188015

Please sign in to comment.