Closed
Description
Instead of
foo(optional dictionaryType arg);
perhaps we should require writing
foo(optional dictionaryType arg = {});
for consistency with other optional arguments and for clarity for the reader. At least anecdotally this seems to be one of the most confusing things about IDL that's not a legacy feature.
Metadata
Metadata
Assignees
Labels
No labels