楠本研究室

業績一覧

ホーム業績一覧

Reordering Program Statements for Improving Readability

Reordering Program Statements for Improving Readability
proceedings of the 17th European Conference on Software Maintenance and Reengineering (CSMR2013), pp.361-364 (2013)
概要: In order to understand source code, humans sometimes execute the program in their mind. When they illustrate the program execution in their mind, it is necessary to memorize what values all the variables are along with the execution. If there are many variables in the program, it is hard to their memorization. However, it is possible to ease to memorize them by shortening the distance between the definition of a variable and its reference if they are separated in the source code. This paper proposes a technique reordering statements in a module by considering how far the definition of a variable is from its references. We applied the proposed technique to a Java OSS and collected human evaluations for the reordered methods. As a result, we could confirm that the reordered methods had better readability than their originals. Moreover, we obtained some knowledge of human consideration about the order of statements. タグ: source, code, readability, source, code, analysis, software, tool, arranging, program, statements
@inproceedings{YuiSasaki2013,
  author = {Yui Sasaki and Yoshiki Higo and Shinji Kusumoto},
  title = {Reordering Program Statements for Improving Readability},
  booktitle = {proceedings of the 17th European Conference on Software Maintenance and Reengineering (CSMR2013)},
  pages = {361--364},
  year = {2013},
  month = {mar}
}