this post was submitted on 21 Jun 2023
22 points (100.0% liked)

Programmer Humor

31800 readers
305 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
[–] fiah@discuss.tchncs.de 0 points 1 year ago (1 children)

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

[–] Bear_with_a_hammer@lemmy.ml 1 points 1 year ago (1 children)

You know what's funny? In PHP it's backwards :D

[–] fiah@discuss.tchncs.de 1 points 1 year ago

well of course it is!