tunnckoCore/parse-function

`args` and `arguments` confusion?

tunnckoCore opened this issue · 1 comments

Maybe this is confusing. We have one more word params.

  • parameters to be arguments as array, and params for shorter alias
  • arguments to be arguments as string, and args for shorter alias

Done.

  • parameters and params are arguments of given function as comma-separated String
  • arguments and args are arguments of given function as Array