|
| 1 | +# Dependency |
| 2 | + |
| 3 | +A _dependency_ is any function that you call from your function. |
| 4 | + |
| 5 | +These can be [hard-coded][Hard-Coded], or passed into your function using [dependency-injection][Dependency Injection]. |
| 6 | + |
| 7 | +[ADOPTION]: ../impacted-areas/ADOPTION.md |
| 8 | +[CONTRIBUTIONS]: ../impacted-areas/CONTRIBUTIONS.md |
| 9 | +[CORRECTNESS]: ../impacted-areas/CORRECTNESS.md |
| 10 | +[GOVERNANCE]: ../impacted-areas/GOVERNANCE.md |
| 11 | +[PROJECT-MAINTENANCE]: ../impacted-areas/PROJECT-MAINTENANCE.md |
| 12 | +[ROBUSTNESS]: ../impacted-areas/ROBUSTNESS.md |
| 13 | +[SECURITY]: ../impacted-areas/SECURITY.md |
| 14 | +[TESTABILITY]: ../impacted-areas/TESTABILITY.md |
| 15 | +[Base Class]: ./base-class.md |
| 16 | +[Branded Type]: ./branded-type.md |
| 17 | +[Caller]: ./caller.md |
| 18 | +[CQRS]: ./CQRS.md |
| 19 | +[Data Bag]: ./data-bag.md |
| 20 | +[Data Guard]: ./data-guard.md |
| 21 | +[Data Guarantee]: ./data-guarantee.md |
| 22 | +[Default Value]: ./default-value.md |
| 23 | +[Defensive Programming]: ./defensive-programming.md |
| 24 | +[Dependency]: ./dependency.md |
| 25 | +[Dependency Injection]: ./dependency-injection.md |
| 26 | +[Docblock]: ./docblock.md |
| 27 | +[End-User]: ./end-user.md |
| 28 | +[Entity]: ./entity.md |
| 29 | +[Exported Item]: ./exported-item.md |
| 30 | +[Flavoured Type]: ./flavoured-type.md |
| 31 | +[Function Prefix]: ./function-prefix.md |
| 32 | +[Function Signature]: ./function-signature.md |
| 33 | +[Hard-Coded]: ./hard-coded.md |
| 34 | +[Identity]: ./identity.md |
| 35 | +[Immutability]: ./immutability.md |
| 36 | +[Inherited Method]: ./inherited-method.md |
| 37 | +[Instantiable Type]: ./instantiable-type.md |
| 38 | +[Mandatory Dependency]: ./mandatory-dependency.md |
| 39 | +[Nominal Typing]: ./nominal-typing.md |
| 40 | +[Optional Input]: ./optional-input.md |
| 41 | +[Overridden Method]: ./overridden-method.md |
| 42 | +[Plain Object]: ./plain-object.md |
| 43 | +[Primitive Type]: ./primitive-type.md |
| 44 | +[Protocol]: ./protocol.md |
| 45 | +[Refined Type]: ./refined-type.md |
| 46 | +[Rest Parameter]: ./rest-parameter.md |
| 47 | +[Reusability]: ./reusability.md |
| 48 | +[Side Effects]: ./side-effects.md |
| 49 | +[Smart Constructor]: ./smart-constructor.md |
| 50 | +[Structural Typing]: ./structural-typing.md |
| 51 | +[Type Alias]: ./type-alias.md |
| 52 | +[Type Casting]: ./type-casting.md |
| 53 | +[Type Guarantee]: ./type-guarantee.md |
| 54 | +[Type Guard]: ./type-guard.md |
| 55 | +[Type Inference]: ./type-inference.md |
| 56 | +[Type Predicate]: ./type-predicate.md |
| 57 | +[Type Signature]: ./type-signature.md |
| 58 | +[User-Supplied Functional Options]: ./user-supplied-functional-options.md |
| 59 | +[User-Supplied Input]: ./user-supplied-input.md |
| 60 | +[User-Supplied Options]: ./user-supplied-options.md |
| 61 | +[User-Supplied Optional Dependencies]: ./user-supplied-optional-dependencies.md |
| 62 | +[Value]: ./value.md |
| 63 | +[Value Object]: ./value-object.md |
0 commit comments