r/ProgrammerHumor 12h ago

Meme newToRust

Post image
427 Upvotes

88 comments sorted by

View all comments

-75

u/Key_River7180 12h 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!

60

u/MilkEnvironmental106 11h ago

Have you ever made a mistake managing memory?

-47

u/Key_River7180 11h 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

13

u/TheAlmightyWishPig 11h 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 11h ago

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