Rust is actually hard if you try to use it in something not trivial. Yesterday I was saying that the borrow checker is quite easy, but damn, it is actually hard.
I’m using a bunch of .clone() to survive this
I’m using a bunch of .clone() to survive this
Comments
in Rust, whenever I’m writing a .clone() I feel pain all over me 😅, but it feels necessary.
https://rust-exercises.com/100-exercises/
Learning this is an iterative process and one I find worthwhile. I’ve become a better architect and coder because of it.
I’ll be patient