Comment on Is there a place where you can request code reviews on opensource software?
varsock@programming.dev 1 year agoI’ve actually found his blog where he talks about this “optimistic merge”
Comment on Is there a place where you can request code reviews on opensource software?
varsock@programming.dev 1 year agoI’ve actually found his blog where he talks about this “optimistic merge”
stifle867@programming.dev 1 year ago
There’s a number of them as the idea grows. See also the C4 process RFC
lysdexic@programming.dev 1 year ago
What an unfortunate name.
c4model.com
onlinepersona@programming.dev 1 year ago
mbin (fork of kbin) is currently trying to implement the process.
stifle867@programming.dev 1 year ago
It’s great to see the attempt and also an example of what the C4 guidelines are made to avoid.
Notice how many comments are little nitpicks about this and that. Completely stalling the commit and getting further away from the original point of C4 which is to reduce contributor friction and avoid these kind of endless discussions on PRs.
I don’t want to be too critical because some of that is a clear lack of understanding of the motivations of C4 which is explained more thoroughly in Pieter’s blog posts. You don’t want to adopt a contributor guidelines that you don’t understand of course.
IMO it’s better just to implement it as-is and start using it in practice rather than bikeshedding.
onlinepersona@programming.dev 1 year ago
Feel free to make that comment there.