Better lambdas!!!!!!!!!!

Timon Gehr via Digitalmars-d digitalmars-d at puremagic.com
Fri Sep 11 13:16:41 PDT 2015


On 09/10/2015 08:23 PM, Jonathan M Davis wrote:
>
> That's one of the main reasons that I hate the idea of named arguments.
> It's more stuff that's part of the API, more public stuff that you have
> to name correctly and risk bikeshedding arguments over, and more stuff
> that can you can't change without breaking existing code.
>
> - Jonathan M Davis

Note that parameter names can already be determined by user code using 
reflection.


More information about the Digitalmars-d mailing list