Skip to content

Commit f1579e6

Browse files
Add definition of hardcoding #143
1 parent d25f61e commit f1579e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/misc/definitions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Composition |A has-a relation between two objects, e.g. a car has an
1818
Function |Isolated piece of code with a name, input arguments and output value
1919
Function arguments |The values that a function needs to do its work, e.g. a number to determine if it is prime
2020
Function return value |The value produced by a function, e.g. a `TRUE` or `FALSE` for a function that determines if a number is prime
21+
Hardcoding |The of a value that is fixed and unchangable in the code, for example the name of an input file.
2122
Inheritance |An is-a-type-of relation between two objects, e.g. a duck is a type of animal
2223
Integration test |Test of multiple classes working together
2324
OOP |Abbreviation of 'object oriented programming', which is a type of programming that uses classes

0 commit comments

Comments
 (0)