Comment on Is there a place where you can request code reviews on opensource software?
mvirts@lemmy.world 1 year ago
Let’s get a community going on programming.dev?
Comment on Is there a place where you can request code reviews on opensource software?
mvirts@lemmy.world 1 year ago
Let’s get a community going on programming.dev?
Ategon@programming.dev 1 year ago
Just created a community request post for it programming.dev/post/6295144
If anyone is interested upvote the request and if anyone wants to mod it let me know
kassuro@feddit.de 1 year ago
Would love something like this, but it’s very hard to get such a community working. Most of the time there will be way more people wanting a review of their code than people wanting to put in the work and review something.
Maybe some kind of point system could work. Like one needs to review at least two times before you can get your work reviewed.
lhamil64@programming.dev 1 year ago
One issue I can see with the points system is that people could just approve it with a “Looks good to me!” without even looking at the code. Or just looking at a small portion of the code.
coloredgrayscale@programming.dev 1 year ago
Also bike shedding. Simple stuff may get many people willing to review / argue about how you should have used A over B, or even C
Big / complicated projects - forget it. Especially if if they would need major refactoring.
threelonmusketeers@sh.itjust.works 1 year ago
Could there be a way to award the points proportionally, based on how useful the feedback is?
kassuro@feddit.de 1 year ago
Yeah that’s definitely a possibility. It’s really a tricky topic to build a review community. One could try other approaches like dedicated volunteer reviewers. But if you look at exorcism, that will become hard to manage for languages with huge demand.
A system where everyone also needs to review is definitely better. Especially since everyone also learns reading other peoples code.
Ategon@programming.dev 1 year ago
with that there would need some way for people to have things to initially review to get the community started. Could do something like after the first 3 posts the point system goes into effect
kassuro@feddit.de 1 year ago
True, it’s not a fleshed out idea haha. But starting with a few points would work.
Could actually be a cool in it self, wish I had time for something like that.
subignition@kbin.social 1 year ago
Kinda sounds like a format similar to Stack Exchange might work