Skip to content

Files

Latest commit

 

History

History
13 lines (7 loc) · 277 Bytes

no-debugger.md

File metadata and controls

13 lines (7 loc) · 277 Bytes

Pattern: Use of debugger

Issue: -

Description

Disallows debugger statements.

Rationale: In general, debugger statements aren’t appropriate for production code.

Further Reading