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