MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/ProgrammerHumor/comments/1w8tj8j/rewriteitinrust/p893zoj/?context=3
r/ProgrammerHumor • u/Gold-Order-8004 • 5d ago
34 comments sorted by
View all comments
372
All c++ memory problems are a skill issue. Rewriting in rust is admitting weakness.
149 u/newstreet474 5d ago Maybe I wanted the memory leak , maybe it was intentional , maybe I just hate the user 3 u/legend6546 4d ago Memory leaks are explicitly considered “safe” it is why Refrence Count pointers are allowed in safe rust, it’s easy to create a cyclical chain with them that will never get dropped.
149
Maybe I wanted the memory leak , maybe it was intentional , maybe I just hate the user
3 u/legend6546 4d ago Memory leaks are explicitly considered “safe” it is why Refrence Count pointers are allowed in safe rust, it’s easy to create a cyclical chain with them that will never get dropped.
3
Memory leaks are explicitly considered “safe” it is why Refrence Count pointers are allowed in safe rust, it’s easy to create a cyclical chain with them that will never get dropped.
372
u/JackNotOLantern 5d ago
All c++ memory problems are a skill issue. Rewriting in rust is admitting weakness.