From 53550836d074d00eaf65b94a9e3e80a8dd381b9b Mon Sep 17 00:00:00 2001 From: Sean Broderick Date: Mon, 29 Apr 2019 22:19:09 -0400 Subject: [PATCH] fix spelling error in software_engineering readme Actually, intend to fix description a bit, but before diving in, just checking to be sure pushing trivial updates will work >_< --- software_engineering/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/software_engineering/README.md b/software_engineering/README.md index 6b9842d..4e84718 100644 --- a/software_engineering/README.md +++ b/software_engineering/README.md @@ -7,4 +7,4 @@ > This paper provides an overview of studies on the happiness of software developers. You will learn why it is important to make software developers happy, how happy they really are, what makes them unhappy, and what is expected for their productivity while developing software. * [Why Software Projects need Heroes (Lessons Learned from 1100+ Projects) (2019)](https://arxiv.org/pdf/1904.09954.pdf) by Suvodeep Majumder, Joymallya Chakraborty, Amritanshu Agrawal & Tim Menzies - > This paper explores the effect of having heroes in project, from a code quality perspective. Authors identify the heroes developer communities in 1100+ open source GitHub projects. Based on the analysis, they find that majorly all projects are hero projects and commits from **"hero developers"** (who contribute most to the code) result in far fewer bugs than other developers which is contrary to the literature. \ No newline at end of file + > This paper explores the effect of having heroes in project, from a code quality perspective. Authors identify the heroes developer communities in 1100+ open source GitHub projects. Based on the analysis, they find that majority of all projects are hero projects and commits from **"hero developers"** (who contribute most to the code) result in far fewer bugs than other developers which is contrary to the literature.