Open meneal opened 9 years ago
Returns issueID and the number of comments on that issue:
select issueID, count(*) from comment group by issueID;
We're group nine aren't we?
On Wed, Apr 22, 2015 at 2:14 PM, Will Morrow notifications@github.com wrote:
[image: boxplot_comments_on_issues] https://cloud.githubusercontent.com/assets/6590396/7281800/d76cadc2-e8f9-11e4-8328-0475e96dd5d8.png
— Reply to this email directly or view it on GitHub https://github.com/CSC510-2015-Axitron/project2/issues/10#issuecomment-95288986 .
Yep, we were much more talkative than the other groups it seems like.
I'm biased, but I think we could call that a good smell actually. :)
On Thu, Apr 23, 2015 at 2:51 PM, Will Morrow notifications@github.com wrote:
Yep, we were much more talkative than the other groups it seems like.
— Reply to this email directly or view it on GitHub https://github.com/CSC510-2015-Axitron/project2/issues/10#issuecomment-95683841 .
We were guilty of this for sure. If there are a huge number of posts on one issue it means that the issue should have been broken up into smaller issues. At least that's what I would think. Either that or it's just a really terrible problem, in which case it's still not a great smell. You could spin this the opposite way and say that if there are tons of posts on issues it is a good smell since there is good discussion on each individual issue.