Skip to content

The name Option is too broad #2643

@JayBazuzi

Description

@JayBazuzi

See design guidelines: https://learn.microsoft.com/en-us/dotnet/standard/design-guidelines/names-of-namespaces

❌ DO NOT introduce generic type names such as Element, Node, Log, and Message.

There is a very high probability that doing so will lead to type name conflicts in common scenarios. You should qualify the generic type names (FormElement, XmlNode, EventLog, SoapMessage).

There are plenty of cases besides command-line parsing where the notion of an "Option" is relevant.

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