Re: [heycam/webidl] "::" is used in comments but is not formally a part of webidl ? (#354)

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