विधियों की तुलना करें
चुनी हुई विधियों की आमने-सामने समीक्षा करें; भिन्नता वाली पंक्तियाँ रेखांकित हैं।
| सीके मेट्रिक्स× | Cyclomatic Complexity× | |
|---|---|---|
| क्षेत्र | संख्यात्मक विधियाँ | संख्यात्मक विधियाँ |
| परिवार | Machine learning | Machine learning |
| उद्भव वर्ष≠ | 1994 | 1976 |
| प्रवर्तक≠ | Shyam Chidamber and Chris Kemerer | Thomas McCabe |
| प्रकार≠ | Design quality metric suite | Control-flow complexity metric |
| मौलिक स्रोत≠ | Chidamber, S. R., & Kemerer, C. F. (1994). A metrics suite for object-oriented design. IEEE Transactions on Software Engineering, 20(6), 476–493. DOI ↗ | McCabe, T. J. (1976). A complexity measure. IEEE Transactions on Software Engineering, SE-2(4), 308–320. DOI ↗ |
| उपनाम | OO metrics, CK suite, object-oriented complexity | CC, cyclomatic number, McCabe complexity |
| संबंधित | 1 | 1 |
| सारांश≠ | CK Metrics is a suite of six object-oriented design metrics introduced by Chidamber and Kemerer in 1994 to measure class complexity, cohesion, and coupling. The metrics quantify OO design quality; high coupling and low cohesion predict defects and maintenance effort. | Cyclomatic Complexity (CC), introduced by Thomas McCabe in 1976, is a quantitative metric measuring the number of linearly independent paths through a function's control-flow graph. A function with high cyclomatic complexity is harder to understand, test, and maintain; McCabe advocated a threshold of 10 as the complexity limit for maintainability. |
| ScholarGateडेटासेट ↗ |
|
|