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.

Reply via email to