Skip to content

Remove all the unused params #30

@Kaligule

Description

@Kaligule

Most functions exposed to the user have 4 or 5 additional parameters (like "param0", "inParam1", and "inArg0"). This clutters the users project with unused code, makes it more complicated to read and maintain and causes hundreds of warnings like this:

0:00:0 The argument 'inParam1' is never used in the function 'update'

I suggest removing those parameters (at least as a default).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions