Hacker News new | ask | show | jobs
by richard_todd 2962 days ago
RAII is about a lot more than freeing memory. What if that’s an array of open file handles? Or mutex locks, etc?