1230
More the merrier
(lemmy.world)
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.
I would hope it modifies the original. It's implied in the name. A function that returns all but the first item should be named something like
tail
orwithout_first_item
.