版权所有:内蒙古大学图书馆 技术提供:维普资讯• 智图
内蒙古自治区呼和浩特市赛罕区大学西街235号 邮编: 010021
作者机构:Higher School of Economics Moscow Russia Huawei Moscow Russia
出 版 物:《arXiv》 (arXiv)
年 卷 期:2024年
核心收录:
主 题:Object oriented programming
摘 要:In object-oriented programming, it is reasonable to hypothesize that smaller classes with fewer methods are less complex. Should this hypothesis hold true, it would be advisable for programmers to design classes with fewer methods, as complexity significantly contributes to poor maintainability. To test this assumption, we analyzed 862,517 Java classes from 1,000 open GitHub repositories. Our findings indicate a strong Pearson correlation of 0.79 between the cumulative McCabe’s Cyclomatic Complexity (CC) of all class methods and the number of methods, a metric known as Response for Class (RFC). © 2024, CC BY.