𝕊𝕚𝕤𝕪𝕡𝕙𝕖𝕒𝕟@programming.dev to Programmer Humor@programming.dev · 1 year agoi++programming.devimagemessage-square31fedilinkarrow-up1313arrow-down13
arrow-up1310arrow-down1imagei++programming.dev𝕊𝕚𝕤𝕪𝕡𝕙𝕖𝕒𝕟@programming.dev to Programmer Humor@programming.dev · 1 year agomessage-square31fedilink
minus-squaremaiskanzler@feddit.delinkfedilinkarrow-up13arrow-down3·1 year agoAnd that’s why post- and pre-increment is non-existant in Python and Rust. It’s an easy source for bugs for a noncritical abbreviation🤷
minus-squareKnusper@feddit.delinkfedilinkarrow-up6arrow-down4·1 year agoThey’re especially also a source of bugs, because they encourage manually incrementing indices and manually accessing array positions, which is almost never actually sensible.
minus-squareargv_minus_one@beehaw.orglinkfedilinkarrow-up4arrow-down2·1 year agoI love iterators so much.
And that’s why post- and pre-increment is non-existant in Python and Rust. It’s an easy source for bugs for a noncritical abbreviation🤷
They’re especially also a source of bugs, because they encourage manually incrementing indices and manually accessing array positions, which is almost never actually sensible.
I love iterators so much.