Abstract
Regular code, which includes repetitions of the same basic pattern, has been shown to have an effect on code comprehension: a regular function can be just as easy to comprehend as an irregular one with the same functionality, despite being longer and including more control constructs. It has been speculated that this effect is due to leveraging the understanding of the first instances to ease the understanding of repeated instances of the pattern. To verify and quantify this effect, we use eye tracking to measure the time and effort spent reading and understanding regular code. The results are that time and effort invested in the initial code segments are indeed much larger than those spent on the later ones, and the decay in effort can be modeled by an exponential or cubic model. This shows that syntactic code complexity metrics (such as LOC and MCC) need to be made context-sensitive, e.g. By giving reduced weight to repeated segments according to their place in the sequence.
Original language | English |
---|---|
Title of host publication | Proceedings - 2015 IEEE 23rd International Conference on Program Comprehension, ICPC 2015 |
Publisher | IEEE Computer Society |
Pages | 244-254 |
Number of pages | 11 |
ISBN (Electronic) | 9781467381598 |
DOIs | |
State | Published - 5 Aug 2015 |
Event | 23rd IEEE International Conference on Program Comprehension, ICPC 2015 - Florence, Italy Duration: 18 May 2015 → 19 May 2015 |
Publication series
Name | IEEE International Conference on Program Comprehension |
---|---|
Volume | 2015-August |
Conference
Conference | 23rd IEEE International Conference on Program Comprehension, ICPC 2015 |
---|---|
Country/Territory | Italy |
City | Florence |
Period | 18/05/15 → 19/05/15 |
Bibliographical note
Publisher Copyright:© 2015 IEEE.
Keywords
- Code complexity metrics
- Code regularity
- Controlled experiment
- Eye tracking