Changes for page Glossary

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

From version 11.4
edited by chrisby
on 2023/06/18 11:17
Change comment: There is no comment for this version
To version 11.5
edited by chrisby
on 2023/06/18 11:22
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -46,7 +46,7 @@
46 46  |Magic|(% style="text-align:justify" %)Code that performs complex tasks while abstracting away the complexity, presenting a simple interface to the user.
47 47  |Operating System (OS)|(% style="text-align:justify" %)The foundational system software that manages and coordinates all computer resources. Examples include Windows, MacOS, and Linux.
48 48  |Pain|(% style="text-align:justify" %)An unpleasant experience caused by unnecessary efforts that could be mitigated with better code design.
49 -|Production Code|(% style="text-align:justify" %)Code that comprises the functioning part of an application, as opposed to test code.
49 +|Production Code|(% style="text-align:justify" %)Production code forms the software that meets the requirements of the project. It is the code that is deployed in a production environment and used by end users.
50 50  |Representation|Refers to a specific implementation of an abstract data type or an object. It's the actual, concrete realization of an abstract concept or structure.
51 51  |Rollback|The act of returning a system or data to a previous state, often using a snapshot.
52 52  |Runtime|The period when the code is being executed.