-
Notifications
You must be signed in to change notification settings - Fork 403
Open
Description
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
Labels
No labels