zettelkasten
Pass By Reference
Last updated: 1/9/2025
In computer science, pass by reference is when you pass a reference of a variable to a function. Just like how you can pass a reference of a file to multiple people, when they edit it, each person can see the changes to that file, the same is with pssing by reference.