... |
... |
@@ -37,7 +37,6 @@ |
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 |
|
-| Programmer | Someone who writes and tests code. The knowledge level of a beginner. | |
41 |
41 |
| Requirement | Statement of what a software must be capable of doing, often outlining features, constraints, and success criteria. | |
42 |
42 |
| Resources | Refers to the assets used in the project, including time, money, staff, and effort. | |
43 |
43 |
| Rollback | The act of returning a system or data to a previous state, often using a snapshot. | |