পদ্ধতির তুলনা করুন
নির্বাচিত পদ্ধতিগুলো পাশাপাশি পর্যালোচনা করুন; যে সারিগুলোয় পার্থক্য আছে সেগুলো চিহ্নিত করা হয়।
| সিকে মেট্রিক্স× | সাইক্লোম্যাটিক কমপ্লেক্সিটি (Cyclomatic Complexity - CC)× | |
|---|---|---|
| ক্ষেত্র | সাংখ্যিক পদ্ধতি | সাংখ্যিক পদ্ধতি |
| পরিবার | 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ডেটাসেট ↗ |
|
|