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

Add more examples to explain Dereferencing #21

Open
sb1752 opened this issue May 20, 2024 · 2 comments
Open

Add more examples to explain Dereferencing #21

sb1752 opened this issue May 20, 2024 · 2 comments

Comments

@sb1752
Copy link
Collaborator

sb1752 commented May 20, 2024

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

@edilmedeiros
Copy link
Contributor

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

@sb1752
Copy link
Collaborator Author

sb1752 commented May 26, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants