flynnguy@programming.devtoRust@programming.dev•Rust fact vs. fiction: 5 Insights from Google's Rust journey in 2022English
8·
1 year agoMatches my experience with rust as well. Once I got used to some of the concepts and syntax, everything started to just fall into place.
I’ve done some elixir so pattern matching and functional programming was pretty familiar but yeah, borrowing took me actually reading about it rather than going “I can just figure this out” before I was like “Oh, that makes sense.”
And yeah, I remember the first time I encountered the ? operator in some example code I was like WTF?!??! How do I search for THAT?