flâneur — a map of the web's best reading

Modular Errors in Rust - Sabrina Jewson

sabrinajewson.org · 6,649 words · saved by 1 readers

It is thankfully common wisdom nowadays that documentation must be placed as near as possible to the code it documents, and should be fine-grained to a minimal unit of describability (the thing being documented). The practice provides numerous benefits to the codebase and project as a whole:

Modular Errors in Rust - Sabrina Jewson Modular Errors in Rust 2023-04-08 It is thankfully common wisdom nowadays that documentation must be placed as near as possible to the code it documents, and should be fine-grained to a minimal unit of describability (the thing being documented). The practice provides numerous benefits to the codebase and project as a whole: When editing the source code, contributors are less likely to forget to update the documentation as well, ensuring it is kept up-to-date and accurate. When reading the source code, reviewers can easily jump back and forth between the

Explore this link on the map →

saved by

related reading