DEV Community

Discussion on: 🦀 Rust for JS developers

Collapse
 
inf3rno profile image
inf3rno

Thanks for the article! I do mostly OOP, so at least I know Rust is not for me. I wonder why referencing is not the default by "ownership". It sounds weird that you lose variables after using them, I guess this has something to do with avoiding memory leaks.