sometimes i start my iterator with = -1. As I only +=1 it with a condition and I know that it will return true on the first cycle. I’ll chuck array[iterator] and need it to be 0 to start with ofc.
I just have no idea how to not do this, but it looks so bad, i need a i8 instead of a u8 at least because of this
15 steps. You’re not counting the top, and the bottom is step 0 and we all know counting starts there.
Both of you are nerds.
We are on a programming sub of a federated and open source reddit clone. We are all nerds.
I assume it was meant as a compliment.
(i said it with love)
sometimes i start my iterator with = -1. As I only +=1 it with a condition and I know that it will return true on the first cycle. I’ll chuck array[iterator] and need it to be 0 to start with ofc.
I just have no idea how to not do this, but it looks so bad, i need a i8 instead of a u8 at least because of this
thats great unless you want
i
to be an unsigned integeredit: oops u already mentioned that
What? My intuition is there’s always gotta be some equivalent nicer refactor that could do away with such an awkward construct.
In what kind of situation would that be totally unavoidable?