mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-17 16:38:54 +00:00
Update exit.md with issue reference
Added a reference to issue 2200 for context on exit paths.
This commit is contained in:
parent
a705854864
commit
707e3dbf06
1 changed files with 2 additions and 0 deletions
|
|
@ -9,6 +9,8 @@ The north star: `os.Exit` should happen only in `main` or its immediate callee
|
|||
be eliminated — genuine internal-coding-error assertions can stay — but user-facing
|
||||
error and exit paths should propagate.
|
||||
|
||||
See also [issue 2200](https://github.com/johnkerl/miller/issues/2200).
|
||||
|
||||
Motivation:
|
||||
|
||||
- **General hygiene** — exits deep in library code make the packages unusable as a
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue