Skip to content

Files

Latest commit

 

History

History
13 lines (7 loc) · 312 Bytes

no-any.md

File metadata and controls

13 lines (7 loc) · 312 Bytes

Pattern: Use of any as type declaration

Issue: -

Description

Disallows usages of any as a type declaration.

Rationale: Using any as a type declaration nullifies the compile-time benefits of the type system.

Further Reading