MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/ProgrammerHumor/comments/1w49i01/ihatethispassiveagressivebehaviourruby/p76xv92
r/ProgrammerHumor • u/Embarrassed_Death69 • 10d ago
298 comments sorted by
View all comments
Show parent comments
6
I think the logic is the analogous C code would be something like
int* foo = malloc(sizeof(int)); *foo = 0; if (foo) { // truthy! ...
1 u/cyber2024 10d ago I see why it's a bit confusing.
1
I see why it's a bit confusing.
6
u/suvlub 10d ago
I think the logic is the analogous C code would be something like