Changes for page Glossary

Last modified by chrisby on 2024/09/19 10:50

From version 17.8
edited by chrisby
on 2023/10/13 13:21
Change comment: There is no comment for this version
To version 17.9
edited by chrisby
on 2023/10/13 13:24
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -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. |