Skip to content

Files

Latest commit

 

History

History
11 lines (6 loc) · 305 Bytes

deep-exit.md

File metadata and controls

11 lines (6 loc) · 305 Bytes

Pattern: Unexpected program exit

Issue: -

Description

Packages exposing functions that can stop program execution by exiting are hard to reuse. This rule looks for program exits in functions other than main() or init().

Further Reading