PoEDynamicLootFilter icon indicating copy to clipboard operation
PoEDynamicLootFilter copied to clipboard

Make backend functions have fixed number of parameters

Open Apollys opened this issue 3 years ago • 0 comments

Allowing for variable numbers of parameters makes error messages less informative and parsing more difficult, for almost no benefit.

  • [ ] Replace NumParamsOptions with NumParams (a single value) and update parsing and error messages.
  • [ ] Replace functions using variable numbers of parameters with multiple functions.

Apollys avatar Aug 16 '22 06:08 Apollys