Re: [heycam/webidl] Describing overloaded methods (#241)

As far as I know, IDL argument names are entirely specification constructs.  They're not web-exposed in any way, afaict.  _Maybe_ in exception strings, but even then maybe not.  Pretty definitely sure not in Gecko.

Given that, I don't think changing them is necessarily a problem.

That said, I definitely think of IDL overloads in terms of their types, not the arg names, precisely because the arg names are so completely meaningless in practice.  They mostly serve as documentation of the meaning of the argument.

We can probably have an interesting discussion about whether types or names are more _stable_ in terms of not breaking links...  I have no idea which it is.

I'm not sure any of that helps @annevk any.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/heycam/webidl/issues/241#issuecomment-271687086

Received on Tuesday, 10 January 2017 20:22:49 UTC