Changes for page Glossary

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

From version 13.1
edited by chrisby
on 2023/10/13 10:45
Change comment: Rollback to version 12.9
To version 12.8
edited by chrisby
on 2023/10/13 10:39
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -53,7 +53,6 @@
53 53  |Production Code|(% style="text-align:justify" %)Code that comprises the functioning part of an application, as opposed to test code.
54 54  |Rollback|The act of returning a system or data to a previous state, often using a snapshot.
55 55  |Runtime|The period when the code is being executed.
56 -|Security|(% style="text-align:justify" %)Measures implemented to protect systems from threats, unauthorized access, and vulnerabilities. This includes, but is not limited to, authentication, authorization, and encryption.
57 57  |Self-Containment|(% style="text-align:justify" %)The ability of software to operate independently, without dependence on external services or factors. This characteristic ensures that its results are determined solely by its source code, which promotes stability and consistency.
58 58  |Separation of Concerns|(% style="text-align:justify" %)A design principle suggesting that each module or component should have a single responsibility or concern, enhancing clarity and maintainability.
59 59  |[[Setter Injection>>doc:Software Engineering.Architecture.Dependency Injection.Types of Dependency Injection.WebHome]]|(% style="text-align:justify" %)A type of dependency injection where a dependency is provided to an object through a setter method.