Hacker News new | ask | show | jobs
by tjoff 3288 days ago
I'd say that exceptions are the biggest source of pain if you don't have RAII.

Or, rephrased: RAII is incredibly attractive, especially when exceptions are being used.

1 comments

RAII is necessary for exceptions. Why the hell would you do that to yourself?