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

Walter Bright newshound2 at digitalmars.com
Thu Feb 13 01:40:55 UTC 2020


On 2/11/2020 12:49 AM, Timon Gehr wrote:
> If you change the name of a field, code that accesses the field in the standard 
> way also breaks. It would be rather weird if people complained specifically 
> about broken initializers.

If the code followed good encapsulation techniques, it wouldn't any more than 
changing the name of a parameter would necessitate changing the body of the 
function.


More information about the Digitalmars-d mailing list