𝕊𝕚𝕤𝕪𝕡𝕙𝕖𝕒𝕟@programming.dev to Programmer Humor@programming.devEnglish · 1 year agoi++programming.devimagemessage-square32fedilinkarrow-up1278arrow-down13
arrow-up1275arrow-down1imagei++programming.dev𝕊𝕚𝕤𝕪𝕡𝕙𝕖𝕒𝕟@programming.dev to Programmer Humor@programming.devEnglish · 1 year agomessage-square32fedilink
minus-squaremaiskanzler@feddit.delinkfedilinkEnglisharrow-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.delinkfedilinkEnglisharrow-up5arrow-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.orglinkfedilinkEnglisharrow-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.