... |
... |
@@ -56,7 +56,7 @@ |
56 |
56 |
| Programmer | Someone who writes and tests code. The knowledge level of a beginner. | |
57 |
57 |
| Requirement | Statement of what a software must be capable of doing, often outlining features, constraints, and success criteria. | |
58 |
58 |
| Resources | Refers to the assets used in the project, including time, money, staff, and effort. | |
59 |
|
-| Return of Investment (RoI) | Business value derived from implementing a story, minus the associated effort or cost. | |
|
59 |
+| Return of Investment (RoI) | The ratio of the business value gained from implementing a story to the effort/cost involved. A higher RoI means that something is more worth implementing than something with a low RoI. | |
60 |
60 |
| Rollback | The act of returning a system or data to a previous state, often using a snapshot. | |
61 |
61 |
| Rotting Code | Code that is increasingly difficult to maintain due to multiple changes that accumulate technical debt by not following best practices. | |
62 |
62 |
| Runtime | The period when the code is being executed. Often used to distinguish from compile time. | |