Skip to content

Commit

Permalink
Link the discussions of "Rust Solves The Issues With Exceptions"
Browse files Browse the repository at this point in the history
  • Loading branch information
Expurple committed Nov 30, 2024
1 parent 65d2c3b commit 5af5a21
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions content/posts/Rust-solves-the-issues-with-exceptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,8 @@ In my opinion, these issues aren't nearly as fundamental and annoying as the
issues with exceptions. Now I *can* conclude that Rust has the best error
handling! 💥

---

## Related reading

Good articles that I haven't hyperlinked anywhere else in the post:
Expand All @@ -231,6 +233,12 @@ Good articles that I haven't hyperlinked anywhere else in the post:
- [The Error Model](https://joeduffyblog.com/2016/02/07/the-error-model/)
- [Error Handling in Rust](https://nrc.github.io/error-docs/intro.html)

## Discuss

- [r/rust](https://www.reddit.com/r/rust/comments/1h3kdye/rust_solves_the_issues_with_exceptions/?)
- [r/ProgrammingLanguages](https://www.reddit.com/r/ProgrammingLanguages/comments/1h3khye/rust_solves_the_issues_with_exceptions/?)
- [Hacker News](https://news.ycombinator.com/item?id=42283549)

[^failures-paper]: [Simple Testing Can Prevent Most Critical Failures: An
Analysis of Production Failures in Distributed Data-intensive
Systems](https://www.eecg.toronto.edu/~yuan/papers/failure_analysis_osdi14.pdf)
Expand Down

0 comments on commit 5af5a21

Please sign in to comment.