Comment
Empty_String wrote on 15 January 2025
tbf, had you used indices from the very beginning - you'd hit the logic bug in Rust as well
and had you used iterators in C++, you would not hit any memory problems that borrow checker false-alarms you about
what you actually demonstrated is that borrow checker _made you change program behaviour_ and you didn't even notice it
"removal" of logic bug could have easily been "adding" of such - and kinda points to developer experience still being important, no matter what borrow checker cult might suggest
reply
tbf, had you used indices from the very beginning - you'd hit the logic bug in Rust as well
and had you used iterators in C++, you would not hit any memory problems that borrow checker false-alarms you about
what you actually demonstrated is that borrow checker _made you change program behaviour_ and you didn't even notice it
"removal" of logic bug could have easily been "adding" of such - and kinda points to developer experience still being important, no matter what borrow checker cult might suggest
reply
Post comment
Replies
(no replies yet)