𝕊𝕚𝕤𝕪𝕡𝕙𝕖𝕒𝕟 to Programmer [email protected] • 2 years agoi++programming.devimagemessage-square34fedilinkarrow-up1473arrow-down13
arrow-up1470arrow-down1imagei++programming.dev𝕊𝕚𝕤𝕪𝕡𝕙𝕖𝕒𝕟 to Programmer [email protected] • 2 years agomessage-square34fedilink
minus-square@[email protected]linkfedilink13•2 years 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-square@[email protected]linkfedilink2•2 years 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.
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.