• UnRelatedBurner@sh.itjust.works
    link
    fedilink
    arrow-up
    1
    ·
    1 year ago

    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

    • Kache@lemm.ee
      link
      fedilink
      arrow-up
      1
      ·
      1 year ago

      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?