Changes for page Glossary

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

From version 18.59
edited by chrisby
on 2024/01/21 11:34
Change comment: There is no comment for this version
To version 19.1
edited by chrisby
on 2024/03/30 11:56
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -17,7 +17,7 @@
17 17  | Concretion | The counterpart to 'abstraction'. Concretion is also known as 'implementation'. In OOP, it refers to non-abstract classes that implement the methods of interfaces or abstract classes. A concretion provides the 'concrete' code defining the workings of these abstract functions. |
18 18  | [[Constructor Injection|doc:Software Engineering.Architecture.Dependency Injection.Types of Dependency Injection.WebHome]] | A type of dependency injection in which dependencies are provided to an object through constructor arguments. |
19 19  | Command-Line Interface (CLI) | "[...] a means of interacting with a computer program by inputting lines of text [...]".^[[src](https://en.wikipedia.org/wiki/Command-line_interface)]^ For example, tools/commands used when working with a (Linux) terminal have a CLI. |
20 -| Commitment | Binding promise to complete a specific task within a set period of time. |
20 +| Commitment | A binding promise from one person to another to complete a specific task within a specified period of time. |
21 21  | Component | Often used to refer to a set of units, modules, or "architectural" components without a clearer specification. In software architecture, it refers to a module capable of independent operation, often compiled or packaged into an executable such as a `.jar` or `.exe` file. |
22 22  | [[Continuous Integration|doc:Software Engineering.Agile.Extreme Programming.Continuous Integration.WebHome]] (CI) | See link. |
23 23  | Customers | Individuals who use the software product, focusing on the value it provides to meet their needs. |