vix.ing · top · new · best · stats · spec

Rookie Mistakes: Measuring Software Quality in Student Projects to Guide Educational Enhancement

2025/07/15 by Marco De Luca, Sergio Di Martino, De Luca, Marco +9 · 2 citations
Computer Science · #Computers and Society (cs.CY) #FOS: Computer and information sciences #Online Learning and Analytics #Software Engineering (cs.SE) #Software Engineering Techniques and Practices #Software Reliability and Analysis Research

paper · pdf · doi:10.48550/arxiv.2507.12488

openalex publication_date 2025/07/15 · openalex created_date 2025/10/18 · openalex updated_date 2026/07/28

Abstract

When teaching Programming and Software Engineering in Bachelor's Degree programs, the emphasis on creating functional software projects often overshadows the focus on software quality, a trend that aligns with ACM curricula recommendations. Software Engineering courses are typically introduced later in the curriculum, and can generally allocate only limited time to quality-related topics, leaving educators with the challenge of deciding which quality aspects to prioritize. In this decision, the literature offers limited guidance, as most existing studies focus on code written by novice students and small code units, making it unclear whether those findings extend to intermediate-level students with foundational object-oriented programming skills working on more complex software projects. To address this gap, we analyze 83 object-oriented team projects developed by 172 university students across 4 different editions of the Object-Oriented Programming course. We apply a static analysis pipeline used in prior research to assess software quality, combining SonarQube and ArchUnit to detect code smells and architectural anti-patterns. Our findings highlight recurring quality issues and offer concrete evidence of the challenges students face at this stage, providing valuable guidance for educators aiming to continuously improve Software Engineering curricula and promote quality-oriented development practices.

Citations

Cited by

Related