Worst ideas/features in programming languages?

Nicholas Wilson iamthewilsonator at hotmail.com
Mon Oct 11 23:24:50 UTC 2021


On Monday, 11 October 2021 at 21:38:17 UTC, russhy wrote:
> it just is when you don't need it, you need to be careful with 
> @nogc, and there is no way to globally enforce a @nogc behavior

try a `@nogc` main() function. Yes this doesn't handle module 
global and thread constructors, but its global enough.


More information about the Digitalmars-d mailing list