Disabling the Garbage Collector

Anonymouse asdf at asdf.com
Mon Mar 3 08:38:23 PST 2014


On Monday, 3 March 2014 at 01:48:23 UTC, bearophile wrote:
> Jeroen Bollen:
>
>> Is there maybe a way to disable the garbage collector from 
>> running unless you explicitly call it?
>
> I often seem to ask silly questions, but why do you need that?
>
> Bye,
> bearophile

To write tidy code? Much like const correctness, avoiding magic 
numbers and globals, not polluting namespace overly, only import 
what you need etc etc.


More information about the Digitalmars-d-learn mailing list