Migrating to Shared
Steven Schveighoffer
schveiguy at yahoo.com
Thu May 14 05:54:21 PDT 2009
On Tue, 12 May 2009 13:47:02 -0400, Walter Bright
<newshound1 at digitalmars.com> wrote:
> I wrote a brief article which should help:
>
> http://www.digitalmars.com/d/2.0/migrate-to-shared.html
Regarding making globals immutable, one other option that was not
identified was making it an enum.
Most of the time, I would think you'd want manifest constants versus
immutable globals, as they take up no static space.
(not any more comments yet, still reading...)
-Steve
More information about the Digitalmars-d
mailing list