Changes for page Glossary

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

From version 5.12
edited by chrisby
on 2023/05/07 15:08
Change comment: There is no comment for this version
To version 5.11
edited by chrisby
on 2023/05/07 15:05
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -58,7 +58,7 @@
58 58  (% style="text-align: justify;" %)
59 59  Often DTOs and entities follow this convention.
60 60  )))
61 -|Logic|(% style="text-align:justify" %)Any code with non-trivial complexity can be called 'logic'. In contrast, for example, getters and setters have trivial complexity.
61 +|Logic|(% style="text-align:justify" %)Any code with non-trivial complexity can be called "logic". In contrast, for example, getters and setters have trivial complexity.
62 62  |Magic|(% style="text-align:justify" %)'Code that handles complex tasks while hiding that complexity to present a simple interface.'^^[[~[source~]>>url:https://en.wikipedia.org/wiki/Magic_(programming)]]^^
63 63  |Operating System (OS)|(% style="text-align:justify" %)(((
64 64  It is the core system software that controls and coordinates all of the computer's resources. Examples are Windows, Mac OS and Linux.