alphacyberranger@lemmy.world to Programmer Humor@programming.devEnglish · 2 years agoMore the merrierlemmy.worldimagemessage-square76fedilinkarrow-up11.24K
arrow-up11.23KimageMore the merrierlemmy.worldalphacyberranger@lemmy.world to Programmer Humor@programming.devEnglish · 2 years agomessage-square76fedilink
minus-squarekablammy@sh.itjust.workslinkfedilinkarrow-up4·2 years agoI 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 or without_first_item.
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
.