Abstract
Because low quality code can cause serious problems in software systems, students learning to program should pay attention to code quality early. Although many studies have investigated mistakes that students make during programming, we do not know much about the quality of their code. This study examines the presence of quality issues related to program flow, choice of programming constructs and functions, clarity of expressions, decomposition and modularization in a large set of student Java programs. We investigated which issues occur most frequently, if students are able to solve these issues over time and if the use of code analysis tools has an effect on issue occurrence. We found that students hardly fix issues, in particular issues related to modularization, and that the use of tooling does not have much effect on the occurrence of issues.
Original language | English |
---|---|
Title of host publication | Proceedings of ITiCSE 2017: the 22nd Annual Conference on Innovation and Technology in Computer Science Education |
Publisher | Association for Computing Machinery |
Pages | 110-115 |
DOIs | |
Publication status | Published - 2017 |
Keywords
- code quality
- programming education