𝕊𝕚𝕤𝕪𝕡𝕙𝕖𝕒𝕟 to Programmer [email protected] • 1 year agoi++programming.devimagemessage-square11arrow-up146arrow-down11
arrow-up145arrow-down1imagei++programming.dev𝕊𝕚𝕤𝕪𝕡𝕙𝕖𝕒𝕟 to Programmer [email protected] • 1 year agomessage-square11
minus-square@[email protected]linkfedilink0•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-square@[email protected]linkfedilink-1•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.
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.