-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
RFC: Tune the RFC process to the needs of the ReactiveUI project #2
Comments
I love the fact that you are thinking about this. I agree with a lot of your points. I will add my three cents.
I would argue some form of RFC template should be established. We want uniformity and some level of detail in order to consider the request valid.
It is important that we are scientist about it, weight options chime in. Give the RFC some serious consideration. Even evaluation of how it should be incorporated into the library. Maybe some level of technical design. This will allow new people ( like myself) the ability to see the process, follow and contribute.
I would think a PR, Feature Branch and Issue in the repository where the work is being done would be ideal.
I would argue that there be a set of criteria for any feature to be merged in.
I would argue that we would need some form of beta process. Not as extensive as ReactiveUI 8.0. This is asking a lot, but maybe an app sample that highlights the RFC and helps iron out wrinkles? |
For anything significant, I have a strong opinion based on my experience in other communities and with publishing APIs.
This is useful. Even better is a tiny compilable example which shows the current approach and can be put side-by-side with a working example once the feature works. For any significant feature, as a consumer, I want to be assured that I can adopt that feature easily. Such a code sample makes the blog post and other docs a lot easier to write and can be linked to. |
@RLittlesII , thanks for chiming in. This already shows the value of the RFC process - we all see the world from a slightly different angle, and you've already picked up on some valuable points that I missed in my original post. Of course it would be beneficial if some of the higher-ups in the project would share their opinions as well - they have experience and history that they could bring to the RFC table to affect how we do this thing. And to your comments on template and "being scientific", @AndyDentFree here also makes a valid point - this needs to be seen from the perspective of both the code teams (i.e. various platforms), the learning team etc., but also the consumer of the project. I like your criteria for new features. Of course, the criteria might vary depending on what the RFC seeks to change; Unit tests don't make a lot of sense for documentation changes, but perhaps some sort of automated spelling / grammar check would make sense here? But yeah, agreed 100%, new or changed items need docs, tests (for code) and all the information both we and the project could desire. The learning team would need a heads up on how and where to work on material covering the changes so that we can work in parallel with getting stuff ready. I love the idea of a simple, self-contained sample app that focuses on one feature alone. This could kinda be in the same spirit as TDD and ensure that we know when the feature is complete, AND do wonders for our Samples repo. |
Summary: Let us have a discussion on how WE will do RFCs - we are free to borrow ideas from FSharp, Rust or Ember, but not required to copy them exactly.
Expected impact: Project-wide
From some light reading while I should have been working, the following is starting to make some sense to me.
This is a suggested starting point. Now please tear this apart. :)
The text was updated successfully, but these errors were encountered: