Pattern: Use of dynamic delete
Issue: -
Bans usage of the delete operator with computed key expressions.
Rationale: Deleting dynamically computed keys is dangerous and not well optimized.
Pattern: Use of dynamic delete
Issue: -
Bans usage of the delete operator with computed key expressions.
Rationale: Deleting dynamically computed keys is dangerous and not well optimized.