... |
... |
@@ -47,6 +47,7 @@ |
47 |
47 |
| Resources | Refers to the assets used in the project, including time, money, staff, and effort. | |
48 |
48 |
| Return of Investment (RoI) | Business value derived from implementing a story, minus the associated effort or cost. | |
49 |
49 |
| Rollback | The act of returning a system or data to a previous state, often using a snapshot. | |
|
50 |
+| Rotting Code | Code that is increasingly difficult to maintain due to multiple changes that accumulate technical debt by not following best practices. | |
50 |
50 |
| Runtime | The period when the code is being executed. Often used to distinguish from compile time. | |
51 |
51 |
| Security | Measures implemented to protect systems from threats, unauthorized access, and vulnerabilities. This includes, but is not limited to, authentication, authorization, and encryption. | |
52 |
52 |
| Self-Containment | The ability of software to operate independently, without dependence on external services or factors. This characteristic ensures that its results are determined solely by its source code, which promotes stability and consistency. | |