... |
... |
@@ -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. |