-
Notifications
You must be signed in to change notification settings - Fork 424
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
week 7: scientific paper proposal (#2532)
* week 5: presentation proposal * week 7: scientific paper proposal * week 7: fix typo * week 7: fix folder structure * week 7: add paper link
1 parent
dd40354
commit 99b129a
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
26 changes: 26 additions & 0 deletions
26
contributions/scientific-paper/week7/dgaspar-tmbpe/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# Assignment Proposal | ||
|
||
## Title | ||
|
||
[A Case Study of Developer Bots: Motivations, Perceptions, and Challenges](https://dl.acm.org/doi/10.1145/3611643.3616248) | ||
|
||
## Names and KTH ID | ||
|
||
- Diogo Gaspar (dgaspar@kth.se) | ||
- Tomás Esteves (tmbpe@kth.se) | ||
|
||
## Deadline | ||
|
||
- Week 7 | ||
|
||
## Category | ||
|
||
- Scientific Paper | ||
|
||
## Description | ||
|
||
The paper examines 23 developer bots used in Microsoft's CI/CD workflows, aiding thousands of developers across 13,000 repositories. These bots, categorized into configuration, security, data privacy, productivity, and code quality, help automate tasks and provide early feedback to developer actions; through interviews, surveys, as well as the analysis of hundreds of thousands of bot actions, the authors' study explores the motivations, benefits and challenges of using these bots, such as managing excessive feedback (noise), among others. | ||
|
||
**Relevance** | ||
|
||
The study in hand is highly relevant to DevOps, examining how developer bots automate tasks in CI/CD pipelines to improve code quality, productivity, among other key goals of the area. Besides delineating how these bots streamline workflows and support the "shift left" approach, the paper also highlights core challenges: managing multiple bots, and prioritizing feedback, critical for maintaining efficiency in large-scale environments. |