- From: Mike West <notifications@github.com>
- Date: Tue, 02 May 2017 00:41:27 -0700
- To: heycam/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 2 May 2017 07:42:09 UTC
I think this was just me accidentally being a C++ programmer, where `::` is part of the language. For programmers with my exact background, `InterfaceName::methodName()` is a pretty clear way of referring to `InterfaceName`'s `methodName()` method, but it's probably not at all clear to a JavaScript programmer. Is this something for which it's worth defining a spelling? Or should we just type it out? -- 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/354#issuecomment-298531126
Received on Tuesday, 2 May 2017 07:42:09 UTC