GC for noobs

Dicebot public at dicebot.lv
Fri Feb 28 04:17:21 PST 2014


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.


More information about the Digitalmars-d-learn mailing list