On Friday, 28 February 2014 at 12:17:22 UTC, Dicebot wrote:
On Friday, 28 February 2014 at 12:15:21 UTC, Szymon Gatner
wrote:
It really is, RAII is the most important idiom in C++, in
short no RAII == buggy code. I mean proper C++ not
C-with-classes-no-templates-no-exceptions bs.
So to sum up: C folks are not really happy, C++ folks are not
really happy and C# folks are not really happy :P
Repeating this again and again - you can use RAII. Just not
with GC. It is importan idiom and it is supported. But it is
not "one true way" so it is not supported for everything.
I know I can, my point is that it is more difficult and I don't
like it ;)