Skip to content

Redesign CommandLineConfiguration to be mutable and favor properties over constructors #1907

Closed
@jonsequitur

Description

@jonsequitur
    public class CommandLineConfiguration 
    {
        // Usability studies have shown that more junior developers get confused by the IntelliSense presentation of methods with many optional parameters.
        // Similar components use get/set properties for the optional ones, and just make the setters throw after a certain point.  For your case

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions