What makes teams successful? 150,000 GitHub projects analyzed
11–16 of 16 posts
Re: What makes teams successful? 150,000 GitHub projects analyzed
#12This sounds like they are reversing the likely cause-and-effect: "Even in larger teams, high-impact teams have core and support cadres. A small number — sometimes just one — of the team do the majority of the work, while other, non-core members act in support roles." Successful projects will tend to bring in a larger number of contributors, most of whom will only make a few contributions. So successful projects will…
Yes, I had the same reaction. I don't think the 'more people participating' observation is so useful. But I find the related -- and almost opposing -- one to be useful and thought-provoking, and matching my experience and suspicions: > Even in larger teams, high-impact teams have core and support cadres. A small number — sometimes just one — of the team do the majority of the work, while other, non-core members act i…
In a more traditional organization you would have architects and other senior development leads plowing the way with a number of subordinates that provide the necessary but dirty grunt work scaffolding around the central architecture. It's not that they're doing more work. Instead they are charging through the hard problems that more junior developers struggle around, but don't have the time to dive deep into tiny implementation details required for large projects.
The interesting data would likely come from these closed sourced projects and complement the data of the open projects. I would love to see that analysis and comparison.
Re: What makes teams successful? 150,000 GitHub projects analyzed
#13This sounds like they are reversing the likely cause-and-effect: "Even in larger teams, high-impact teams have core and support cadres. A small number — sometimes just one — of the team do the majority of the work, while other, non-core members act in support roles." Successful projects will tend to bring in a larger number of contributors, most of whom will only make a few contributions. So successful projects will…
Re: What makes teams successful? 150,000 GitHub projects analyzed
#14This sounds like they are reversing the likely cause-and-effect: "Even in larger teams, high-impact teams have core and support cadres. A small number — sometimes just one — of the team do the majority of the work, while other, non-core members act in support roles." Successful projects will tend to bring in a larger number of contributors, most of whom will only make a few contributions. So successful projects will…
Re: What makes teams successful? 150,000 GitHub projects analyzed
#15I find that most mature projects are incredibly hesitant to accept patches. I have found critical bugs in some projects and the people with repo access let the pull request sit there for a year or more.
Re: What makes teams successful? 150,000 GitHub projects analyzed
#16I find that most mature projects are incredibly hesitant to accept patches. I have found critical bugs in some projects and the people with repo access let the pull request sit there for a year or more.
Any examples/PR links?