Changes for page Glossary

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

From version 18.45
edited by chrisby
on 2023/12/03 12:38
Change comment: There is no comment for this version
To version 18.43
edited by chrisby
on 2023/12/01 18:45
Change comment: There is no comment for this version

Summary

Details

Page properties
Title
... ... @@ -1,1 +1,1 @@
1 -Glossary
1 +Typically used in the form 'to refactor code'."
Content
... ... @@ -60,7 +60,7 @@
60 60  | Problem Domain | The language/terminology used to describe the software requirements ("the problems") from the perspective of non-technical stakeholders. |
61 61  | Production Code | Code that comprises the functioning part of an application, as opposed to test code. |
62 62  | Programmer | Someone who writes and tests code. The knowledge level of a beginner. |
63 -| Refactoring | Modifying code to improve its quality without changing its functionality. It is a subtype of 'Restructuring'. |
63 +| Refactoring | Modifying code to improve its quality without changing its functionality. It is a subtype of 'Restructuring'. Often used as: 'to refactor code'. |
64 64  | Requirement | Statement of what a software must be capable of doing, often outlining features, constraints, and success criteria. |
65 65  | Resources | Refers to the assets used in the project, including time, money, staff, and effort. |
66 66  | Restructuring | Modifying code to improve some aspect of it, such as its quality or performance. |