The one flaw I see in the RFC process is all the work in preparing/revising “the document” falls on the shoulders of the person proposing the RFC. This can result in RFCs taking a long time to go through.
With this structure of one person writing the RFC and everyone else questioning and criticising it, I’ve noticed cases of an adversarial relationship arising between the writer and everyone else. To me it looks like a battle to get an RFC accepted and I simply don’t have the energy for that.
What if we changed the dynamic? If we had an ad hoc working group producing and revising each RFC, it’d be a team sport. And progress wouldn’t be blocked on a single person finding time to do all the work.
Strawman process:
- Pre-RFC here on internals.
- Someone creates a development repo (by forking rust-lang/rfcs and creating a dev branch), starts the RFC and posts the link on the thread.
- Anyone interested comments on an issue on the repo and is granted commit access.
- When ready, a “champion” forks the repo and submits a PR to start the formal RFC process.
- Like they currently do, people comment on the RFC PR, but they can also join the working group and revise the RFC if they want.
- The working group modifies and iterates on the dev repo RFC continually. And when appropriate, the champion pushes updates to the RFC for wide review.
What do you think?