MashedTech@lemmy.world to Programmer Humor@programming.dev · 3 months agoI redid the meme with what hurts melemmy.worldexternal-linkmessage-square57fedilinkarrow-up1468arrow-down114file-textcross-posted to: [email protected][email protected]
arrow-up1454arrow-down1external-linkI redid the meme with what hurts melemmy.worldMashedTech@lemmy.world to Programmer Humor@programming.dev · 3 months agomessage-square57fedilinkfile-textcross-posted to: [email protected][email protected]
minus-squarecalcopiritus@lemmy.worldlinkfedilinkarrow-up3·edit-23 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.