... |
... |
@@ -42,9 +42,7 @@ |
42 |
42 |
| Programmer | Someone who writes and tests code. The knowledge level of a beginner. | |
43 |
43 |
| Requirement | Statement of what a software must be capable of doing, often outlining features, constraints, and success criteria. | |
44 |
44 |
| Resources | Refers to the assets used in the project, including time, money, staff, and effort. | |
45 |
|
-| Return of Investment (RoI) | |
46 |
|
- |
47 |
|
-Business value derived from implementing a story, minus the associated effort or cost. | |
|
45 |
+| Return of Investment (RoI) | Business value derived from implementing a story, minus the associated effort or cost. | |
48 |
48 |
| Rollback | The act of returning a system or data to a previous state, often using a snapshot. | |
49 |
49 |
| Runtime | The period when the code is being executed. Often used to distinguish from compile time. | |
50 |
50 |
| Security | Measures implemented to protect systems from threats, unauthorized access, and vulnerabilities. This includes, but is not limited to, authentication, authorization, and encryption. | |