From 0dc4a399590acab4cd344d786bc20b41c9f002c1 Mon Sep 17 00:00:00 2001 From: Sumit Kumar Singh Date: Tue, 23 Apr 2019 00:11:31 +0530 Subject: [PATCH] Add: Software Engineering topic, 2 research papers (#543) --- software_engineering/README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 software_engineering/README.md diff --git a/software_engineering/README.md b/software_engineering/README.md new file mode 100644 index 0000000..69845b3 --- /dev/null +++ b/software_engineering/README.md @@ -0,0 +1,7 @@ +## Software Engineering + +* [Studying Attitudes and Social Norms in Agile Software Development (2019)](https://arxiv.org/pdf/1904.09225.pdf) by Lucas Gren + > This paper reviews research on attitudes and social norms and connect it to the agile software development context. Author proposes additional theories from social psychology that would most certainly be useful for further sense-making of human factors-related research on agile teams. + +* [Happiness and the productivity of software engineers (2019)](https://arxiv.org/ftp/arxiv/papers/1904/1904.08239.pdf) by Daniel Graziotin & Fabian Fagerholm + > 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.