nrc / error-docs

Documentation of Rust error handling
Creative Commons Attribution 4.0 International
48 stars 4 forks source link

Coarse-grained error handling is a refactoring risk #13

Open nrc opened 1 year ago

nrc commented 1 year ago

The larger the scope of code handled by an error handler, the more fragile that code is