- From: Tab Atkins Jr. <notifications@github.com>
- Date: Thu, 20 Dec 2018 22:06:17 +0000 (UTC)
- To: heycam/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 20 December 2018 22:06:39 UTC
Yeah, I'd *love* to have the constructor just be a method, either named after the class or named "constructor" a la js. ``` interface Foo { Foo Foo(...); Foo constructor(...); }; ``` Maybe not with the return type, as that's both obvious *and* shouldn't be changed. -- 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/485#issuecomment-449150561
Received on Thursday, 20 December 2018 22:06:39 UTC