Skip to content
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

Collect readings for rust project 3 #87

Closed
brson opened this issue Apr 30, 2019 · 2 comments
Closed

Collect readings for rust project 3 #87

brson opened this issue Apr 30, 2019 · 2 comments

Comments

@brson
Copy link
Contributor

brson commented Apr 30, 2019

The projects themselves do not attempt to explain how to write them, just what to write, along with hints, suggestions, and tradeoffs.

They are intended to be accompanied by lessons and also external "readings". The lessons are on hold for the first iteration of the course, which makes the readings essential.

One of the purposes of this project is to expose new Rust programmers to resources they might know about, so the best material is often going to be blog posts from experts. One of the per-requisites for the entire course is to read The Rust Book, so we can provide the most value by providing readings that are not from the book, often time blog posts by experts. In some cases though individual book chapters are worth linking to. For example, error handling is such a tricky topic that just reading the book's chapter on error handling is not enough - we might link it, but we would definitely link to other resources as well.

Read through the text, identify the problems being solved, find single-page resources that contain potential answers to those problems and add them to the project.

There's currently no section of the project's devoted to this, so add one.

@brson brson added this to To do in Rust training mvp via automation Apr 30, 2019
@brson brson changed the title Collect rust project 3 Collect readings for rust project 3 Apr 30, 2019
@brson
Copy link
Contributor Author

brson commented Jun 10, 2019

I love the redis protocol idea. It's so simple. A good pre-project exercise would be to implement a tiny bit of the spec.

@brson brson closed this as completed Jun 10, 2019
Rust training mvp automation moved this from To do to Done Jun 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Development

No branches or pull requests

2 participants