-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
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).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels