... |
... |
@@ -37,6 +37,7 @@ |
37 |
37 |
| Pain | An unpleasant experience caused by unnecessary efforts that could have been mitigated with better design of the original code. | |
38 |
38 |
| Physical | Counterpart to logical. Refers to hardware. For example, physically deleting a file means removing it from the disk. | |
39 |
39 |
| Production Code | Code that comprises the functioning part of an application, as opposed to test code. | |
|
40 |
+| Requirement | Statement of what a software must be capable of doing, often outlining features, constraints, and success criteria. | |
40 |
40 |
| Resources | Refers to the assets used in the project, including time, money, staff, and effort. | |
41 |
41 |
| Rollback | The act of returning a system or data to a previous state, often using a snapshot. | |
42 |
42 |
| Runtime | The period when the code is being executed. Often used to distinguish from compile time. | |