this post was submitted on 01 Nov 2024
471 points (97.6% liked)

Programmer Humor

19463 readers
999 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
471
Programmers Contest (infosec.pub)
submitted 4 days ago* (last edited 4 days ago) by [email protected] to c/[email protected]
 

Shamelessly stolen from Reddit. No source in the original post.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 43 points 4 days ago (2 children)

Not indexing at zero seems like a waste of a perfectly good integer.

[–] [email protected] 19 points 4 days ago (1 children)

Yea ther is a big difference between indexing and counting

[–] [email protected] 6 points 4 days ago

Element 0 is the first element of the list

[–] [email protected] 8 points 4 days ago

Unless you are saving it for something else, like the header of a table:-).