Shorter identifier names take longer to comprehend
Empirical Software Engineering, 2019•Springer
Developers spend the majority of their time reading code, a process in which identifier
names play a key role. Although many identifier naming styles exist, they often lack an
empirical basis and it is not clear whether short or long identifier names facilitate
comprehension. In this paper, we investigate the effect of different identifier naming styles
(single letters, abbreviations, and words) on program comprehension. We conducted an
experimental study with 72 professional C# developers who had to locate defects in source …
names play a key role. Although many identifier naming styles exist, they often lack an
empirical basis and it is not clear whether short or long identifier names facilitate
comprehension. In this paper, we investigate the effect of different identifier naming styles
(single letters, abbreviations, and words) on program comprehension. We conducted an
experimental study with 72 professional C# developers who had to locate defects in source …
Abstract
Developers spend the majority of their time reading code, a process in which identifier names play a key role. Although many identifier naming styles exist, they often lack an empirical basis and it is not clear whether short or long identifier names facilitate comprehension. In this paper, we investigate the effect of different identifier naming styles (single letters, abbreviations, and words) on program comprehension. We conducted an experimental study with 72 professional C# developers who had to locate defects in source code snippets. We used a within-subjects design, such that each developer worked with all three versions of identifier naming styles, and we measured the time it took them to find a defect. We found that word identifiers led to a 19% increase in speed to find defects compared to meaningless single letters and abbreviations, but we did not find a difference between letters and abbreviations. The results of our study suggest that code is more difficult to comprehend when it contains only letters and abbreviations as identifier names. Words as identifier names facilitate program comprehension and may help to save costs and improve software quality.
Springer