Open
Description
The attribute reference refers to parameters of attributes as "attributes", most likely as a leftover from when it was the annotation reference and wasn't as confusing. The following alternatives come to mind:
options
: this can be confusing and makes for awkward wording, as in "thexyz
option is optional" and implies that everything is optionalarguments
: this is most likely the better choice, using the same wording used in general for parameter values in method callsparameters
: used interchangeably witharguments
, but technically incorrect as it refers to the variables listed in a declaration
I would suggest replacing all mentions of option
, attribute
, etc. when talking about arguments with argument
.
Metadata
Metadata
Assignees
Labels
No labels