top | item 46877702

(no title)

tobyjsullivan | 26 days ago

Further to this, the quality problem is affecting the entire industry, not just FOSS. Anyone working on a large enough team has already seen some contributors pushing slop.

And while banning AI outright is certainly an option at a private company, it also feels like throwing out the baby with the bath water. So we’re all searching for a solution together, I think.

There was a time (decades ago) when projects didn’t need to use pull requests. As the pool of contributors grew, new tools were discovered and applied and made FOSS (and private dev) a better experience overall. This feels like a similar situation.

discuss

order

charcircuit|26 days ago

Projects back then did not use pull requests because that is a concept created by GitHub.

em-bee|25 days ago

the original pull request was an email to the upstream developer to run "git pull your-repo your-branch".

the concept is at least as old as git itself, possibly even older. github just created a webinterface for it.