![[Quotes#^3e047a]] ```typescript function caller() { callee() } ``` In the example above, the `caller` function is coupled to the `callee` function by its name, but if the name stays the same, the coupling doesn’t matter.