bitcoin-dev-project / bitcoiner-intro-to-rust

The Bitcoiner's Introduction to Rust
68 stars 18 forks source link

Add more examples to explain Dereferencing #21

Open sb1752 opened 4 months ago

sb1752 commented 4 months ago

Perhaps there can be more quiz questions or links to Rust Playground. Possibly another section 9.2.

edilmedeiros commented 3 months ago

What feedback or observations from office hours do you have regarding that?

sb1752 commented 3 months ago

Yes, this was just one person that mentioned it in the weekly feedback form and another during office hours. I wanted to make sure this wasn't too confusing since I mentioned it so briefly in the course.

Maybe the quiz does a decent job of getting that idea across? Maybe there's a good additional reading material I can add to the end.

I also had an idea for something in Rust playground in which we take two structs (Foo and Bar) and implement the Deref trait on one of them to showcase how this works. Maybe I can add that as an example to follow at the end of the section, but we haven't introduced Structs yet.

This probably doesn't warrant a section 9.2 though now that I think about it, that might be too much.