Сравнение методов
Просматривайте выбранные методы рядом; строки с различиями подсвечены.
| Отслеживание скорости в Agile× | Метрики сложности программного обеспечения× | |
|---|---|---|
| Область | Программная инженерия | Программная инженерия |
| Семейство | 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Набор данных ↗ |
|
|