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

Programming

20238 readers
578 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.

all 7 comments
sorted by: hot top controversial new old
[–] bipedalsheep 6 points 2 weeks 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.

[–] [email protected] 6 points 2 weeks ago (1 children)

Does it require any rust knowledge?

[–] catch22 6 points 2 weeks ago

Yeah, I would recommend having a basic understanding of the language first.

[–] [email protected] 3 points 2 weeks ago (1 children)

Wait, Rust is a functional language and not object oriented?

[–] [email protected] 10 points 2 weeks ago

It's neither with parts from both.

[–] andioop 2 points 2 weeks ago

[email protected] for programming books would like this