DIP 1030--Named Arguments--Community Review Round 1 Discussion

Walter Bright newshound2 at digitalmars.com
Sat Feb 8 08:53:26 UTC 2020


On 2/8/2020 12:42 AM, Paolo Invernizzi wrote:
> Now, I'm all with Jonathan on that, having the parameters name part of the API 
> is just going in the wrong direction related to the above: we are enlarging the 
> possibility of code breakage. Do we want to go further down that road?

This PR would discourage gratuitous name changes of parameters, just like 
changing the name of a function causes breakage. The problem is easily avoided - 
don't change the parameter names.

It's not the same thing as changing the behavior.


More information about the Digitalmars-d mailing list