Skip to content

Make the constructors uniform! #189

@luca-heltai

Description

@luca-heltai

Our constructors, derived from ParameterAcceptor, all take default values. Some of them take as default values the strings representing the values, some of them take as default values the actual values.

We should be consistent. Taking the strings makes one passage easier, but it increases the number of member variables for no reasons (the default value should be stored in the variable itself).

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