Oddbean new post about | logout
 @5150cec1 @e203a2da having learnt Rust by doing stuff in Bevy i can only disagree. there's basically no need to deal with the borrow checker and ownership, since the ECS handles it for you. 
 @2851d133 @e203a2da I get it, but my point is that one should learn to deal with ownership and borrowing first.

But I only did one tiny project in Bevy, so I would recommend listening to you since you have more experience in Bevy :D