Changes for page Glossary

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

From version 5.16
edited by chrisby
on 2023/06/03 12:19
Change comment: There is no comment for this version
To version 5.15
edited by chrisby
on 2023/06/03 12:18
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -47,7 +47,9 @@
47 47  |Production Code|(% style="text-align:justify" %)Code that comprises the functioning part of an application, as opposed to test code.
48 48  |Rollback|The act of returning a system or data to a previous state, often using a snapshot.
49 49  |Runtime|The period when the code is being executed.
50 -|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. For example, the execution of unit and component tests should be self-contained to remain reproducible.
50 +|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. For example, the execution of unit and component tests should be self-contained to remain reproducible.(((
51 +
52 +)))
51 51  |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.
52 52  |[[Setter Injection>>doc:Software 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.
53 53  |Snapshot|A saved state of a system or data at a specific point in time. Can be used for rollbacks.