ferrous-systems / rust-training

Learning materials for the Rust Training courses by Ferrous Systems
127 stars 16 forks source link

Revised the error-handling slides. #100

Closed jonathanpallant closed 10 months ago

jonathanpallant commented 10 months ago

Hopeful the dependencies are now better arranged so we see things in the right order.

Closes #99

miguelraz commented 10 months ago

I really like the new layout where we can do a quick before/after on the two slides of with/without the ?.

I'm still dissatisfied with how we're presenting &'static str without foreshadowing lifetimes, but that can be handled in another PR and we agree to focus on proper presentation of ? here.