Skip to content

Rule: Public function parameters reordered

Canonical rule slug: public-function-parameters-reordered. ← back to all rules

An exported function's parameter list is permuted, so arguments arrive in slots the callee does not read while the symbol still resolves.

Canonical demonstration