this post was submitted on 12 Dec 2024
258 points (99.2% liked)

Programmer Humor

32720 readers
465 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 

you are viewing a single comment's thread
view the rest of the comments
[–] ddplf@szmer.info 8 points 1 week ago* (last edited 1 week ago)

It's the opposite, everything is passed by reference but primitives are also addresses and therefore passed by value

You can't pass objects or functions as value