Changes for page Glossary

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

From version 5.9
edited by chrisby
on 2023/05/07 11:13
Change comment: There is no comment for this version
To version 5.8
edited by chrisby
on 2023/05/01 14:22
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -85,5 +85,5 @@
85 85  * Statically typed languages determine the type of an object at compile time.
86 86  )))
87 87  |Test Code|(% style="text-align:justify" %)The counterpart to the Production Code. It is code that checks that the production code works as expected. Test code has no role in the operation of an application.
88 -|Test-Driven Development (TDD)|(% style="text-align:justify" %)A workflow in which the developer implements code in small steps, incrementally and iteratively, defining tests at each iteration.
88 +|Test-Driven Development|(% style="text-align:justify" %)A workflow in which the developer implements code in small steps, incrementally and iteratively, defining tests at each iteration.
89 89  |Wiring|(% style="text-align:justify" %)The process of generating and injecting dependencies to start an application, performed by the IoC container.