Changes for page Glossary

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

From version 11.16
edited by chrisby
on 2023/10/02 22:19
Change comment: There is no comment for this version
To version 11.15
edited by chrisby
on 2023/09/29 19:41
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -69,6 +69,5 @@
69 69  |Test Code|(% style="text-align:justify" %)Code that tests the functionality of production code. Does not contribute to the operational aspects of an application.
70 70  |Test-Driven Development (TDD)|(% style="text-align:justify" %)A development approach where code is written in small increments, with tests defining functionality written before each coding iteration.
71 71  |Unit|(% style="text-align:justify" %)The smallest testable part of an application. This is often a single class, method or module, but can also be a small cluster of tightly coupled classes or functions that together perform a specific functionality.
72 -|User Story|(% style="text-align:justify" %)Abbreviated description of a feature of a system told from a users perspective. Also see [[this article>>doc:Software Engineering.Agile.Extreme Programming.Planning Game.WebHome]].
73 73  |Virtual Machine (VM)|(% style="text-align:justify" %)A software emulation of a physical computer, able to run its own OS and applications as if it were a separate physical machine.
74 74  |Wiring|(% style="text-align:justify" %)The process conducted by the IoC container to create and inject dependencies, facilitating application startup.