Skip to content

Commit

Permalink
Add definition of hardcoding #143
Browse files Browse the repository at this point in the history
  • Loading branch information
richelbilderbeek committed Dec 21, 2024
1 parent d25f61e commit f1579e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/misc/definitions.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Composition |A has-a relation between two objects, e.g. a car has an
Function |Isolated piece of code with a name, input arguments and output value
Function arguments |The values that a function needs to do its work, e.g. a number to determine if it is prime
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
Hardcoding |The of a value that is fixed and unchangable in the code, for example the name of an input file.
Inheritance |An is-a-type-of relation between two objects, e.g. a duck is a type of animal
Integration test |Test of multiple classes working together
OOP |Abbreviation of 'object oriented programming', which is a type of programming that uses classes
Expand Down

0 comments on commit f1579e6

Please sign in to comment.