Hacker News new | ask | show | jobs
by afdbcreid 276 days ago
I agree with you, but noting that "forgetting to destroy the Goose" is not done by not explicitly destroying it (in both C++ and Rust), rather by explicitly not destroying it (or other edge cases, such as `Rc` cycles).