Description
In #12840, @ddbeck and @foolip had been discussing a convention for the properties in the objects returned by certain methods. Quoting the conversation here:
Since we don't have a guideline, maybe this is an opportunity to start from scratch? How about
returns_audioCapabilities_property
with the idea being that we could have a convention for object properties (like this one), types (likereturns_DOMMatrix_type
), and values (likereturns_undefined_value
).We should probably put the word return in the description too.
Returns <code>audioCapabilities</code> property
?
Originally posted by @ddbeck in #12840 (comment)
More ideas on these lines, to cut down on the wordiness:
audioCapabilities
in return value objectaudioCapabilities
in returned object- Returns object with
audioCapabilities
- Returns object with
audioCapabilities
property
Originally posted by @ddbeck in #12840 (comment)
This made me think of the possibility of %parameter%_property_returned
as the standard key, if that sounds nice?