You must log in or register to comment.
This is a great one. I’m definitely using it in class this fall to explain static variables.
Young man, could.you explain your shitpost?
I said, young man, what the fuck was that post?
int variable => local scope => my int from the perspective of an instance
static int variable => class scope => our int, for all instances of a class
You know what’s funny? In PHP it’s backwards :D
well of course it is!
I hate how long it took me to get this, but I love it.