Skip to content

Consolidate arguments and review unnecessary keyword arguments #12

@mcdigman

Description

@mcdigman

Some functions have excessive amounts of arguments that makes them difficult to call and to create documentation. We need to review:

  • which arguments really need to be keyword arguments and which don't, and if they are keyword arguments whether the defaults are reasonable
  • which arguments should instead be passed as a config object
  • which arguments are always or almost always used together and so can be consolidated into a more compact object

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions