this post was submitted on 03 May 2025
73 points (98.7% liked)

Programming

20086 readers
91 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities [email protected]



founded 2 years ago
MODERATORS
 

I've been going through this book after looking for something that would help me learn more about some of the common design patterns and practices used in Rust. I think for people who come from an OO, C++, Java, python, ect. background this book is especially helpful because the author gives side by side examples on how some of the ideas in OOP translate to Rust and it's functional design patterns. (And how they don't). Anyways, for me it's been really helpful, I thought others might find it helpful as well.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 6 points 1 week ago

Thanks for the tip. I'll add this to my reading list. I'm currently reading through "the rust book" right now, seems this will be the ideal followup. Also got through a book on data-oriented design recently, then I need to finish reading the book on Bevy, and then I think I'll be ready to switch to Rust and the Bevy engine. A lot of reading this year, but I can tell I'll be happy with rust and ECS before long.