activity
20172020
most citedSketches and Diagrams in Practice

74 citations · 199 across the 7 of their papers we have counts for

collaborators
Showing cs.SEShow all

13 papers · 1 filter

cs.SE2020★ 1 cited

On the diversity and frequency of code related to mathematical formulas in real-world Java projects

Oliver Moseler, Felix Lemmer, Sebastian Baltes +1

In this paper, the term formula code refers to fragments of source code that implement a mathematical formula. We present empirical studies that analyze the diversity and frequency…

cs.SE2018

The Evolution of Stack Overflow Posts: Reconstruction and Analysis

Sebastian Baltes, Lorik Dumani, Christoph Treude +1

Stack Overflow (SO) is the most popular question-and-answer website for software developers, providing a large amount of code snippets and free-form text on a wide variety of topic…

cs.SE2018

SOTorrent: Studying the Origin, Evolution, and Usage of Stack Overflow Code Snippets

Sebastian Baltes, Christoph Treude, Stephan Diehl

Stack Overflow (SO) is the most popular question-and-answer website for software developers, providing a large amount of copyable code snippets. Like other software artifacts, code…

cs.SE2018

Towards a Theory of Software Development Expertise

Sebastian Baltes, Stephan Diehl

Software development includes diverse tasks such as implementing new features, analyzing requirements, and fixing bugs. Being an expert in those tasks requires a certain set of ski…

cs.SE2018

SOTorrent: Reconstructing and Analyzing the Evolution of Stack Overflow Posts

Sebastian Baltes, Lorik Dumani, Christoph Treude +1

Stack Overflow (SO) is the most popular question-and-answer website for software developers, providing a large amount of code snippets and free-form text on a wide variety of topic…

cs.SE2018

(No) Influence of Continuous Integration on the Commit Activity in GitHub Projects

Sebastian Baltes, Jascha Knack, Daniel Anastasiou +2

A core goal of Continuous Integration (CI) is to make small incremental changes to software projects, which are integrated frequently into a mainline repository or branch. This pap…