named arguments, string interpolation, please stop.

max haughton maxhaton at gmail.com
Fri Jan 12 00:42:44 UTC 2024


On Thursday, 11 January 2024 at 23:44:02 UTC, deadalnix wrote:
> On Thursday, 11 January 2024 at 19:33:48 UTC, Walter Bright 
> wrote:
>> On 1/11/2024 5:07 AM, deadalnix wrote:
>> > such as @nogc, has been a productivity disaster
>>
>> I don't really understand this. Just don't use @nogc?
>
> And don't use any library. Got it.

The thing with @nogc and ESPECIALLY betterC in a library context 
is that it adds more and more decisions everywhere - O(2^N)? And 
that's before all the attribute spam.


More information about the Digitalmars-d mailing list