this post was submitted on 05 Jul 2023
67 points (100.0% liked)

Programmer Humor

421 readers
41 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
 
top 7 comments
sorted by: hot top controversial new old
[–] bronzing@lemmy.fmhy.ml 6 points 1 year ago (2 children)

Can someone explain the joke? I know what stacks are but I don’t get it…

[–] fullcircle@vlemmy.net 1 points 1 year ago

He looks like he's guarding something? A sentinel value in an array-based stack implementation in C or something? I don't know, I'm a bit confused too.

[–] wicked@programming.dev 1 points 1 year ago (1 children)

Maybe it's something about not knowing if the last element is the top of the stack or the bottom of the stack?

[–] DaleGribble88@programming.dev 1 points 1 year ago

Split the difference, it is the only element in a deque.

[–] Nobilmantis@feddit.it 6 points 1 year ago

The last element in a queue: :D

[–] nintendiator@feddit.cl 3 points 1 year ago

I alughed at this more than I have any right to.

[–] stratoscaster@lemmy.zip 1 points 1 year ago

LIFO or FIFO hmmm