Miguel Raz Guzmán Macedo

Results 55 issues of Miguel Raz Guzmán Macedo

Is this feasible, or should this go into another package? https://courses.cs.washington.edu/courses/cse326/05wi/valgrind-doc/ms_main.html

wishlist

- [ ] Move arrays to compount types - [ ] rework slices slides, after `Vec`

`Files, Match and Result` had very inconsistent naming throughout `teaching-materials`. This should fix it.

- [ ] Add spoiler boilerplate to Redisish assignment with solutions, like in Durable File/RustLatin - [ ] TCP echo server should have a solution at the end using `nc...

In feedback discussions with @amanjeev and @Mirabellensaft , I mentioned a visual cheat sheet that "grew" as more of the training material was covered would be very useful. One of...

Our `Calculator` assignment uses the `big ball of mud` enum error design, we should consider adding a bonus task to convert the errors to the [nested error handling style](http://sled.rs/errors.html).

Rework cool example from the `RfR` book by - Task 1:starting with a toy example like ```rust struct Grounded; struct Launched; // and so on struct Rocket { stage: std::marker::PhantomData,...

and using the `?` to get the neat UX cc @listochkin , who we were talking about this - [ ] buildup to the `thiserror` crate usage: ```rust #[derive(Debug, thiserror::Error)]...

I present my first assignment. I hope people like the WIP.

I read this article and I loved this diagram for the Orphan Rules - no reason we can't add a nice `mermaid` diagram for it: https://www.shuttle.rs/blog/2022/07/28/patterns-with-rust-types ![Pretyyyyyy](https://www.shuttle.rs/images/blog/rust-trait-rules-diagram.png)