Changes for page Glossary

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

From version 17.7
edited by chrisby
on 2023/10/13 13:16
Change comment: There is no comment for this version
To version 17.6
edited by chrisby
on 2023/10/13 12:37
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -35,7 +35,6 @@
35 35  | Pain | An unpleasant experience caused by unnecessary efforts that could have been mitigated with better design of the original code. |
36 36  | Physical | Counterpart to logical. Refers to hardware. For example, physically deleting a file means removing it from the disk. |
37 37  | Production Code | Code that comprises the functioning part of an application, as opposed to test code. |
38 -| Resources | Refers to the assets used in the project, including time, money, staff, and effort. |
39 39  | Rollback | The act of returning a system or data to a previous state, often using a snapshot. |
40 40  | Runtime | The period when the code is being executed. Often used to distinguish from compile time. |
41 41  | Security | Measures implemented to protect systems from threats, unauthorized access, and vulnerabilities. This includes, but is not limited to, authentication, authorization, and encryption. |