MashedTech@lemmy.world to Programmer Humor@programming.dev · 2 months agoI redid the meme with what hurts melemmy.worldimagemessage-square51fedilinkarrow-up1448arrow-down112file-textcross-posted to: programmerhumor@lemmy.worldprogrammerhumor
arrow-up1436arrow-down1imageI redid the meme with what hurts melemmy.worldMashedTech@lemmy.world to Programmer Humor@programming.dev · 2 months agomessage-square51fedilinkfile-textcross-posted to: programmerhumor@lemmy.worldprogrammerhumor
minus-squarecalcopiritus@lemmy.worldlinkfedilinkarrow-up2·edit-22 months agoAnything that’s not an integer or a range doesn’t belong inside []. Much more readable to use zip, map, filter, etc. And more powerful. EDIT: that was meant for indexing lists. Strings inside [] for indexing ducts are fine.
Anything that’s not an integer or a range doesn’t belong inside
[]
. Much more readable to use zip, map, filter, etc. And more powerful.EDIT: that was meant for indexing lists. Strings inside
[]
for indexing ducts are fine.