Hacker News new | ask | show | jobs
by skohan 2187 days ago
I would argue that manual memory management should probably be avoided as a general best practice, but game development is a special case where memory management can often be critical to the performance of the final product, and a manual approach is sometimes warranted.