Omitting unused closure parameters

See also: Lift limitation that closures must use last shorthand argument. This is a well known issue.

Aside from the general limitation and code completion problem, it seems that APIs are being written to accommodate this by placing "main" or frequently used arguments at the end of method signatures which is both unintuitive and endangers API breakage when arguments are added.

1 Like