Skip to content

Files

Latest commit

 

History

History
13 lines (7 loc) · 323 Bytes

no-dynamic-delete.md

File metadata and controls

13 lines (7 loc) · 323 Bytes

Pattern: Use of dynamic delete

Issue: -

Description

Bans usage of the delete operator with computed key expressions.

Rationale: Deleting dynamically computed keys is dangerous and not well optimized.

Further Reading