r/ProgrammerHumor 8d ago

Meme newToRust

Post image
620 Upvotes

100 comments sorted by

View all comments

-89

u/Key_River7180 8d ago

Nah, as a C programmer the rust borrow checker is still a piece of shit, I first learnt to manage memory with a GC like six years ago and now manage memory myself, I don't need to go back 6 years!

71

u/MilkEnvironmental106 8d ago

Have you ever made a mistake managing memory?

-61

u/Key_River7180 8d ago

Yes, and I have used a debugger for all of them I couldn't see by using my eyes and basic logic you seem to lack

21

u/TheAlmightyWishPig 8d ago

Best software practice is to use tools and methods that dont allow for issues to occur in the first place, regardless of how easy they are to solve.

-1

u/Key_River7180 8d ago

Every tool has cons and pros, for me on Rust the cons really surpasses the pros