Skip to content

don't use comma-separated multiple values #13

Open
@VladimirAlexiev

Description

@VladimirAlexiev

oml:defaultTargetAttribute vann:usageNote "Can also have multiple values (comma-separated)."

Using multiple comma-separated values is a bad semantic practice and you must not promote it.
Instead change to "Can also have multiple values (use the same property several times)."`

In other words:

oml:defaultTargetAttribute "petalWidth, petalLength". # BAD!!!
oml:defaultTargetAttribute "petalWidth", "petalLength". # GOOD

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions