rust-stuco / lectures

Lecture slides and plans
1 stars 0 forks source link

Lecture4 draft #3

Closed connortsui20 closed 10 months ago

connortsui20 commented 11 months ago

First draft for lecture 4 is here!

This lecture was a bit more straightforward, but I did add a few extra things that the rust book doesnt have, mainly a sneak peak at deref coercion and more examples of generic impls.

Right now I'd like to talk more about the hash map and examples but this lecture is already pretty long. I think we definitely want to prioritize hash maps on the homework.

Another potential issue is that there are a few slides that have a LOT of code on them. I think we can talk through it, but if the projector we have is super small it might actually be overwhelming...

jurplel commented 11 months ago

have not reviewed yet, but having too much code on a slide is really bad. In general, text-heavy slides are not great, although I'm not sure of a better way to do it for much of this course.

This is where I would suggest looking deeper into if it is possible to draw circles around or emphasize parts of the code in a visual way

I'll try to find some solution for this for lecture 3

jurplel commented 10 months ago

Reviewing this is next on my list

jurplel commented 10 months ago

substantial changes for hashmap

more coming when i do generics tmrw hopefully. i have spent so many hours on this, i think i need to go faster

jurplel commented 10 months ago

important changes:

jurplel commented 10 months ago

Done reviewing, I'll address your comments later today + review your other PR + review the homework