Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Error Handling Project Group Announcement post #690

Merged
merged 5 commits into from
Sep 18, 2020
Merged
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions posts/inside-rust/2020-09-14-error-handling-wg-announcement.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
layout: post
title: "Announcing the Error Handling Project Group"
author: Sean Chen
description: "Announcing the Error Handling Project Group"
team: the library team <https://www.rust-lang.org/governance/teams/library>
---

Today we are announcing the formation of a new project group under
the libs team, focused on error handling!

Some of the goals this project group will be working on include:

1. Defining and codifying common error handling terminology.
2. Generating consensus on current error handling best practices.
3. Identifying pain points that exist in Rust’s error handling story.
4. Communicating current error handling best practices.
5. Consolidating the Rust error handling ecosystem.

This new project group is being shepherded by Jane Lusby
([@yaahc](https://github.com/yaahc)), Andrew Gallant
([@BurntSushi](https://github.com/burntsushi)), and Sean Chen
([@seanchen1991](https://github.com/seanchen1991)).

Anyone interested in helping out with the above goals is invited to
come say hi in the group’s Zulip stream `#t-libs/project-error-handling`.
Feel free to also check out the group’s GitHub repository at
[https://github.com/rust-lang/project-error-handling](https://github.com/rust-lang/project-error-handling).