MashedTech@lemmy.world to Programmer Humor@programming.dev · 5 months agoI redid the meme with what hurts melemmy.worldexternal-linkmessage-square57fedilinkarrow-up1449arrow-down112file-text
arrow-up1437arrow-down1external-linkI redid the meme with what hurts melemmy.worldMashedTech@lemmy.world to Programmer Humor@programming.dev · 5 months agomessage-square57fedilinkfile-text
minus-squarecalcopiritus@lemmy.worldlinkfedilinkarrow-up3·edit-25 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.