rust-lang / rust-roadmap-2017

Tracking Rust's roadmap
215 stars 12 forks source link

Rust's community should provide mentoring at all levels #13

Open aturon opened 7 years ago

aturon commented 7 years ago

Overview

The Rust community is awesome, in large part because of how welcoming it is. But we could do a lot more to help grow people into roles in the project, including pulling together important work items at all level of expertise to direct people to, providing mentoring, and having a clearer on-ramp to the various official Rust teams. Outreach and mentoring is also one of the best avenues for increasing diversity in the project, which, as the survey demonstrates, has a lot of room for improvement.

While there's work here for all the teams, the community team in particular will continue to focus on early-stage outreach, while other teams will focus on leadership onboarding.

Projects

Manishearth commented 7 years ago

Probably tag as T-community

aturon commented 7 years ago

@Manishearth Note that only Project items are marked with a team; the Vision statements often involve numerous teams -- in this case, all of them.

icode-live commented 7 years ago

Wouldn't it be great if Rust had a terminal tutor (like vimtutor) that would teach by doing such things as ownership borrowing, lifetime ... rustc would be a friendly mentor rather than a scowling drill Sergent.

frewsxcv commented 7 years ago

@icode-live great idea! it'd be great if we had some sort of interactive website (like try ruby) or command line tool that walks the user through rust. that'd be a great addition to the community :)

@GuillaumeGomez ownership borrowing and lifetimes are not programming basics, they're rust specific concepts. also, can you tone it down? calling someone's idea terrible is not something we should be doing in this community, no matter much you disagree with it.

GuillaumeGomez commented 7 years ago

@icode-live: So as I thought and wrote, I clearly misunderstood your comment. It clearly seems like something we want to have. My bad once again about the confusion.