74 citations · 199 across the 7 of their papers we have counts for
13 papers · 1 filter
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…
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…
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…
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…
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…
(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…