rust-lang-nursery / ecosystem-wg

Coordination repository of the ecosystem Working Group (WG)
MIT License
22 stars 2 forks source link

Polish the API Guidelines to `1.0` #4

Open KodrAus opened 6 years ago

KodrAus commented 6 years ago

This is a tracking issue for polishing the API Guidelines as a stable resource. We might want to close this in favour of an issue on the Guidelines repository.

What do we need to do before we can call the API Guidelines '1.0'? How do we want to curate the discussion around guidelines going forward?

KodrAus commented 6 years ago

cc @aturon @dtolnay

aturon commented 6 years ago

AFAIK the actual content is ready to go, and what needs to happen next is for it to become a part of the official "Rust Bookshelf".

@steveklabnik, how does that work?

QuietMisdreavus commented 6 years ago

The basic process for getting something onto the Bookshelf and into official docs is something like this:

At least, that's basically how it worked for Rust By Example. At that point, i'd probably want to make sure we have some kind of subteam set up for its maintenance, since my understanding would be that it would come under the docs team's purview at that point.

KodrAus commented 6 years ago

Thanks @QuietMisdreavus!

I'm also interested to know what we want to do with the ongoing discussions, outside of the content itself.

ghost commented 6 years ago

Having API Guidelines is very good situation. Having tool which detects API Guidelines invalidations and shows example from the guadline (more or like clippy does) is even much better. I know the compiler warns about a few of them (like camelcase). Wouldn't this feature be expanded?