Порівняння методів
Переглядайте обрані методи поруч; рядки з відмінностями підсвічено.
| Відстеження швидкості команди× | Метрики складності програмного забезпечення× | |
|---|---|---|
| Галузь | Програмна інженерія | Програмна інженерія |
| Родина | Process / pipeline | Process / pipeline |
| Рік появи≠ | 2002 | 1976 |
| Автор методу≠ | Ken Schwaber and Mike Cohn | Thomas J. McCabe |
| Тип≠ | measurement metric | quantitative measurement |
| Основоположне джерело≠ | Schwaber, K., & Beedle, M. (2002). Agile Software Development with Scrum. Prentice Hall. link ↗ | McCabe, T. J. (1976). A complexity measure. IEEE Transactions on Software Engineering, 2(4), 308–320. DOI ↗ |
| Інші назви≠ | sprint velocity, team capacity planning, burndown analysis | code complexity analysis, complexity measurement |
| Пов'язані | 4 | 4 |
| Підсумок≠ | Velocity tracking measures the amount of work (typically story points or tasks) a team completes in a sprint, enabling capacity planning, release forecasting, and identification of process improvements. Introduced in Scrum methodology by Schwaber (2002), velocity provides empirical data for realistic sprint planning and project timeline prediction. Teams use velocity trends to identify bottlenecks and validate process improvements. | Software complexity metrics quantify the structural and operational difficulty of code through numerical measurements. Introduced by Thomas McCabe in 1976, cyclomatic complexity became the foundational approach. These metrics assess maintainability, testability, and defect risk, enabling teams to identify problematic code regions and guide refactoring efforts. |
| ScholarGateНабір даних ↗ |
|
|