Hacker News new | ask | show | jobs
by nradov 5282 days ago
Reference counting as in Objective C may be a happy medium for now, but that won't last. As the underlying hardware and VMs in mobile devices continue to improve, the need for developers to spend extra time on memory management will be seen as more and more of an unnecessary burden.
1 comments

With ARC, the only extra time is spent avoiding circular data structures, which is quite easy.