Why is D unpopular?
Paul Backus
snarwin at gmail.com
Tue May 24 12:48:36 UTC 2022
On Tuesday, 24 May 2022 at 12:10:36 UTC, Siarhei Siamashka wrote:
>> Seriously, *never* use it. It should be removed.
>
> What would be your suggested replacement for this very
> important functionality? But again, please first check @safe
> attribute before suggesting anything really disruptive.
The `-check`, `-checkaction`, and `-boundscheck` switches can do
everything `-release` does. They also give you more fine-grained
control, so you can, e.g., disable assertions without also
disabling array bounds checking.
More information about the Digitalmars-d
mailing list