Skip to content

Files

Latest commit

 

History

History
13 lines (7 loc) · 289 Bytes

no-unbound-method.md

File metadata and controls

13 lines (7 loc) · 289 Bytes

Pattern: Unbound method

Issue: -

Description

Warns when a method is used as outside of a method call.

Rationale: Unbound methods may cause unintentional scoping of this.

Further Reading