Hacker News new | past | comments | ask | show | jobs | submit login

I think the biggest fans of RAII are those who use it more academically -- in real life it is brittle and scopes are tricky. It is also just an idiom as compared to a compiler feature. And, IMHO, RAII tends to play poorly with others.



RAII is of great pratical use and is not just about memory management. My current favourite use of RAII is QMutexLocker:

https://qt-project.org/doc/qt-5.0/qtcore/qmutexlocker.html#d...




Consider applying for YC's Spring batch! Applications are open till Feb 11.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: