DIP 1030-- Named Arguments--Formal Assessment

Dukc ajieskola at gmail.com
Fri Sep 18 14:06:48 UTC 2020


On Thursday, 17 September 2020 at 12:58:06 UTC, Mike Parker wrote:
> DIP 1030, "Named Arguments", has been accepted.

Good. It has some weaknesses that Rikki's DIP would have avoided 
but it's also simpler. Good work, Walter!

> "Named arguments breaks this very important pattern:
>
> auto wrapper(alias origFun)(Parameters!origFun args)
> {
>   // special sauce
>   return origFun(args);
> }"

I'm not worried about this one, as AFAIK this does not really 
break, it just needs changes to work with the new feature.


More information about the Digitalmars-d-announce mailing list