• 0 Posts
  • 36 Comments
Joined 1 year ago
cake
Cake day: July 21st, 2023

help-circle

  • If we’re talking about programming language guides in particular, following a guided introduction to a new language was helpful to me, when I was introduced to new concepts and perspectives. And Rust is the best example in my case. Personally I probably would’ve struggled more and longer in practice without learning about ownership, lifetimes and borrowing in theory first, because it’s an essential part of almost anything, even strings, and yet it’s not too difficult to understand in theory.

    But at the end of the day, you can start rawdogging it and use the Rust book or any other guide, when you’re facing a roadblock. If you do so, please share your experience.